+ 2
give me some javascript resources for learning backend web developing.
i have basic knowledge of javascript. now i want to develop a full website using only javascript in backend. now what can i learn next. give me suggestion and resources for learning it....TIA
5 Answers
+ 2
Hi Al. I would recommend building a mean stack application, or angularJs app. With mean, there are a few pieces to apply (routes, config, network, etc.), but it would all be in JS. you'll also be exposed to handling middleware using expressJs
+ 2
have been working on a project for the past year and a half, and it was challenging for me as well. but much more comfortable now than I was when starting off. you would be able to find a seed project for either mean or angular in github.
+ 2
counter question:
why not php or asp?
PHP:
its easy to learn and easy to install
ASP:
its a c language wich means it can also be used for desktop development without learning an whole new language.
+ 1
thank you for your suggestion
0
Thank you so much for this