DrJohnZoidberg
Honorary Master
If you decide to go PHP and are looking for a good IDE, then PHP Storm is really good. I tried a few but none of them were as clean and responsive as it is.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I hate bs replies like this, I want to start somewhere point me towards a backend language worth learning.
Use Java or C#. These are very well rounded languages, buckets of support, very relevant in the job market and they can fo everything from front end, backend, services, whatever.
...and go with c# if the choice is yours. Java is a potato language:twisted: /hides
Always punting .NET, hey.
That's a very bold claim to makeNode.JS: Outperforms all other technologies when it comes to real-time applications. Chat App, Gaming Back-end, Robotics etc are all well suited for Node.JS. Other technologies can accomplish this, but Node.JS gives a more natural approach. Google something called 'long polling'.

That's a very bold claim to make
View attachment 241708
Someone also mentioned using CodeIgniter. Don't use that. I was also planning on using CI, until I heard that development is not as active.
Incorrect.
CodeIgniter was created by EllisLab, and is now a project of the British Columbia Institute of Technology
3.0.1 was released yesterday in fact.
Incorrect.
CodeIgniter was created by EllisLab, and is now a project of the British Columbia Institute of Technology
3.0.1 was released yesterday in fact.
Sorry, that was a bit ignorant from me. I've just had a look at their wiki and indeed, they have transitioned. Should have done research before quoting that.
And the part where you said a templating engine renders Angular obsolete?
"which pretty much eliminates the use of AngularJS" I was referring to using it with Blade. You can do general stuff that would otherwise be done in AngularJS (the "pretty much" part). I did not at any point mention that it will render AngularJS obsolete
"eliminates the use of" is the same as obsolete..maybe too strong a synonym, but whatever. The only part it replaces is the templating part to a certain extent (client vs server side). It's a silly comment imho, unless I misunderstood you.
no, just no.
I mix Thymeleaf (a server side templating engine, analogous to Blade) with AngularJs ALL the time.
I often do not want to write SPA, but do want "SPA behavior" on various server side rendered pages
OK. So this is getting a bit too deep. Yes, I know, you can use AngularJS with templating engines. I have worked on web projects where I rendered the entire thing on Blade. But if Blade is able to support a simple feature, you wouldn't need Angular. But on the other hand you would replace it's use with AngularJS if something lacks. Using AngularJS and Blade makes no sense to me. Just use one technology and stick with it. Why add complexity by using two technologies?