Use websocket along with REST api routes #63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?