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
- Host: GitHub
- URL: https://github.com/amwebexpert/poc-nodejs-simple-websocket
- Owner: amwebexpert
- License: mit
- Created: 2022-10-07T10:43:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T10:48:59.000Z (over 3 years ago)
- Last Synced: 2025-04-23T10:54:30.325Z (about 1 year ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/