-2
Hello, good afternoon.
I intend to be starting my project at Nodejs + Expressjs, but I don’t know this technology very well. Many people say that Express is only for API development and eventually integrate into a front end when it’s ready. So my question is: It is possible to develop application without using any front-end framework, only with Expressjs and a Handlebars or Jade?
Yes, you can develop an application with Nodejs + Expressjs + Handlebars without using any additional framework. More information about Express
– MauroAlmeida