V
V
vetsmen2017-10-10 01:13:14
JavaScript
vetsmen, 2017-10-10 01:13:14

What is the best way to implement rest api?

What is the best way to implement a public REST API? With what frameworks?
This topic is full 0, maybe there are some really good frameworks for node.js
The goal is to make a Realtime SPA application

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Koch, 2017-10-10
@amux

expressjs.com/en
expressjs.com/en/guide/routing.html

M
marataziat, 2017-10-10
@marataziat

Express + Socket.io

V
Vitaly, 2017-10-10
@vitali1995

I agree with Express as a module in itself and as a bundle with Socket.io
But if it is the framework that interests you, i.e. the solution is less flexible, but simpler for typical tasks, I’ll add Sails here. They also advise the Feathers
framework or an alternative to Express: Restify I didn’t work with the last two myself, but you can also pay attention to them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question