Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.