An open API service indexing awesome lists of open source software.

https://github.com/amwebexpert/poc-nodejs-simple-websocket

WebSocket proof of concept with minimalist both client & server side
https://github.com/amwebexpert/poc-nodejs-simple-websocket

Last synced: 5 months ago
JSON representation

WebSocket proof of concept with minimalist both client & server side

Awesome Lists containing this project

README

          

# poc-nodejs-simple-websocket

WebSocket proof of concept with minimalist both client & server side

### References

- [WebSocket explained](https://javascript.info/websocket)
- [For a SPA push notification, is a websocket mandatory?](https://stackoverflow.com/questions/31035467/for-a-push-notification-is-a-websocket-mandatory)
- [Deploying a Node.js server with WebSockets on a free hosting Heroku](https://www.gamedev.net/blogs/entry/2272759-deploying-a-nodejs-server-with-websockets-on-a-free-hosting-heroku-web-desktop-clients-qt/)
- [Express WS service example](https://github.com/8Observer8/mouse-click-js)
- [Socket.IO enables real-time bidirectional event-based communication](https://github.com/socketio/socket.io)
- [ReconnectingWebSocket](https://github.com/joewalnes/reconnecting-websocket/)
- [GCP Using WebSockets](https://cloud.google.com/run/docs/triggering/websockets)

### WebSocket could be used also on mobile app (iOS, Android…) as it is mature and well known

- https://github.com/daltoniam/Starscream
- https://square.github.io/okhttp/4.x/okhttp/okhttp3/-web-socket/