+ 2
How can I use JavaScript for backend development? Or, which language is better for server/backend?
Plz, suggest me a most popular backend / server language...... And which is easy to code? Plz help..
3 Answers
+ 3
Nodejs is best for backend development.
Personally I recommend to through Nodejs.
Nodejs has many frameworks to create effective servers. You can use express (a nodejs framework) for building servers, rest api, web applications and many more.
In addition to these features, Nodejs has many libraries, npm packages which helps in development.
Nodejs is best for this, but other alternatives like PHP, Go, Python are also widely using by developers.
Nodejs documentation : https://nodejs.org/en/docs
Express documentation : https://expressjs.com
+ 5
Debajit Das this all depends on per project as to what backend language will work.
+ 3
Use express.js with mongodb, it's my favourite backend.
Express because it would be super easy for you to use it if you know Javascript.