Thursday 20 April 2017

Can i use three different server as (https, socket, redis) with feathersJS in node?

I want to start all server's as following manner. And how to pass argument parameter.

https_server.js // that handle's REST API call
app.js // socket server that handle runtime events
redis.js // redis server



via ankur

No comments:

Post a Comment