Re: Web Development: Node JS, C# or PHP?

2020-03-21 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? in some situations node is popular (because of using _javascript_).but php, c# and all of them have their own demands.for example, wordpress is so much popular and many companies want wordpress professionals (at least in Iran).also many people want

Re: Web Development: Node JS, C# or PHP?

2020-03-21 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? OK, i understanmd. Thank you URL: https://forum.audiogames.net/post/510818/#p510818 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: Web Development: Node JS, C# or PHP?

2020-03-19 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? @11Just look at their pricing page.  It will answer all your questions.The short version is you'll be able to use the free tier and the limitations it comes with until your project is ready for release, then you pay a flat rate of $7/month.  You'll

Re: Web Development: Node JS, C# or PHP?

2020-03-19 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? Well, it seems interesting. I will look into it. I am just a hoobyist but I want to make money from all of this someday, hence my questions. If I had a job, a house and a secure living, I'd go for C# as I love the language lol. But from my research

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? @9, for someone like me who live in a sanctioned country it's not possible.another issue is that I even can't verify my account there!. URL: https://forum.audiogames.net/post/510074/#p510074 -- Audiogames-reflector mailing list Audiogames

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? @8Heroku charges a flat monthly fee for the non-fre tier.  It's not usage-based billing.The 30 minute thing is a free tier limitation.  Free tier dynos turn themselves off after 30 minutes from the last request.  They'll automatically turn

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? hi,the thing with heroku is that if you deploy and if someone sends only 1 request to your heroku application, you will be charged something like 30 minutes.I mean your server will run for about 30 minutes then waits for another request.on that time

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? @6If you are comfortable enough with Apache to get it proxying HTTP requests to a unix domain socket, then don't worry about it. I'd specifically have to Google resources for you though, because when I need to do this I just use the reference

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? @Camlorn, I can use Linux very well, I never messed with NGINX but if you point me to some reliable how tos I am willing to try URL: https://forum.audiogames.net/post/509898/#p509898 -- Audiogames-reflector mailing list Audiogames-reflector

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? I'd go NodeJS if the goal is job-friendliness because knowing _javascript_ alone is a massive boon to the resume and knowing Node is an even more massive boon to the resume.I'd go Python and Django if the goal is building a Rest API (i.e. game save

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? Hi there,well, simply said, go with the language you like the most.For me personally, I like C#, for tons of benefits I have written many times on this forum, such as ability to make proper encapsulation (not all languages have that), nice

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? I wonder if I can use Node modules in pure JS. Because as far as I am concerned, it's not easy to make Node talk to Apache. URL: https://forum.audiogames.net/post/509854/#p509854 -- Audiogames-reflector mailing list Audiogames-reflector

Re: Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: Web Development: Node JS, C# or PHP? hi,C# is hard to set up in linux, thats correct. you need to setup mono for .net stuff as far as I can think of.node is the same _javascript_, so if you learn it, you will be good to go.but for the php: many of the website scripts are written in php

Web Development: Node JS, C# or PHP?

2020-03-18 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Web Development: Node JS, C# or PHP? Hello!I am now wondering about learning some web technology in summer, when my school year ends. I am quite well-versed in C#, so I thought about going with ASP.NET, Razor and so on. However from what I know, it's kinda hard to set it up on Linux, which