A
A
alijonshukurov2015-06-02 12:14:45
API
alijonshukurov, 2015-06-02 12:14:45

What is the best way to organize API on NodeJs?

Sorry for my Russian.
I am new to Nodejs.
I want to create a NodeJS API that will work with websocket. Clients connect to this websocket and act as a listener. And the server sends information to clients.
Question:
- I want to use ratelimiting, validator, ORM modules. What advise? Or what frameworks?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
NETChaser, 2015-06-02
@NETChaser

www.hacksparrow.com/node-js-udp-server-and-client-...
www.hacksparrow.com/tcp-socket-programming-in-node...

D
Dmitry Grunsky, 2015-06-15
@Grunya_404

strongloop.com - probably the most convenient one, it can create an api and a client sdk. highly recommend.
if not on express, then hapijs.com , or alternatively koajs .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question