V
V
vetsmen2017-10-12 16:10:21
JavaScript
vetsmen, 2017-10-12 16:10:21

What is the best way to implement REST API on node.js?

Good day. What is the best way to implement rest api on node.js?
There are several options:

  • Express
  • Sails
  • restify
  • Feathersjs

The task is to make a realtime application in conjunction with vue.js on the front. I understand: what you know better, write on it, but I want to approach this issue really sensibly.
The project consists of about 10 main modules, the main one is communication with the database and the implementation of some not very complex logic. Online applications - about 500 people.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Abcdefgk, 2017-10-12
@Abcdefgk

If you take a ready-made REST API from Feathers - is this called "implementation"?

A
akass, 2017-10-12
@akass

I recommend Koa/Restify.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question