sitegui / nodejs-websocket

A node.js module for websocket server and client
MIT License
736 stars 155 forks source link

Use websocket along with REST api routes #63

Open rahulv07 opened 1 year ago

rahulv07 commented 1 year ago

I have built a project with REST api routes like post,get, etc. Some applications in the project require realtime communication, so I am planning to include websockets in my project. Is there a way to use websockets routes and REST api routes from a websocket server?