Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuart-wilcox/socket-service
A simple, lightweight and fast service to easily integrate web sockets into existing apps
https://github.com/stuart-wilcox/socket-service
express-js real-time socket-io
Last synced: 17 days ago
JSON representation
A simple, lightweight and fast service to easily integrate web sockets into existing apps
- Host: GitHub
- URL: https://github.com/stuart-wilcox/socket-service
- Owner: Stuart-Wilcox
- License: gpl-3.0
- Created: 2020-02-16T23:14:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T17:01:46.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T22:57:28.423Z (about 1 month ago)
- Topics: express-js, real-time, socket-io
- Language: JavaScript
- Homepage:
- Size: 475 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socket-service
Socket service is intended to be a simple, lightweight and fast service to easily integrate web sockets into existing apps.
It runs an express server alongside a socket.io server, in order for external sources to dispatch events to any socket clients. Socket clients register for whatever events they would like to watch, and when that type of event is dispatched, the client gets updated with the new information.