Answer the question
In order to leave comments, you need to log in
In what cases is it not justified to use a framework (for example, express.js) for nodejs?
Is anyone writing a webserver in bare nodejs or is it crazy and always have to use a framework?
Answer the question
In order to leave comments, you need to log in
Not justified in the following cases:
What do you need this server for? To give a statics and normal http-server can.
Yes, and statics can be written by hand. For the REST API, the same restify works 100%.
I always write in koa2 if you need a quick and high-quality start. It makes no sense to write in pure js if it's alpha or try what happens.
When your highload express/koa results in costs like "we need +5 more cars", but iron is cheap now, write to express, and it's easier for you and I will continue to earn 200-300 thousand
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question