from Hacker News

Ask HN: Stable API framework for Node.js

by systemz on 11/10/16, 5:20 PM with 2 comments

Hi, as I can see JS ecosystem is evolving very fast compared to other languages.

Currently I need REST API framework to be supported (active community, bug fixing) ~5 years from now for my new project.

I know there are sites like http://nodeframework.com/ but I would like opinions from community about battle tested frameworks used in real applications, raw stars on github are not good measurement for me.

Any recommendations?

  • by leejefon on 11/10/16, 10:53 PM

    I think loopback is the framework to go if you are building an REST API. It's very easy to setup and very powerful.
  • by bdcravens on 11/10/16, 5:32 PM

    I think there can be a bias towards newness in the JS ecosystem, but Express is well supported and stable.