DEV Community

Discussion on: Recommend me a Node.js framework.

Collapse
 
onkarjanwa profile image
Onkar Janwa

Hi Dario!

What is your objective to use Nodejs? I personally will use Express for a web application and Hapi for Rest API. You can check my advanced implementation of hapi here github.com/onkarjanwa/hapi-advance....

If you use Express for Rest API, you have to use middlewares while Hapi is straight forward and built for Implementing Rest API.

Collapse
 
henbaku profile image
Edgar Darío

I want to create GraphQL APIs to use in SPA applications.

I've heard good comments about Express. I will try to write some prototype in Express to test more deeply.