https://github.com/caseywebdev/live-socket
WebSocket wrapper to add socket.io-like functionality around native WebSockets or polyfills.
https://github.com/caseywebdev/live-socket
Last synced: 7 months ago
JSON representation
WebSocket wrapper to add socket.io-like functionality around native WebSockets or polyfills.
- Host: GitHub
- URL: https://github.com/caseywebdev/live-socket
- Owner: caseywebdev
- License: mit
- Created: 2013-11-12T22:44:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T19:57:24.000Z (almost 6 years ago)
- Last Synced: 2024-05-08T05:19:28.147Z (about 2 years ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live
WebSocket wrapper to add socket.io-like functionality around native WebSockets
or polyfills that implement the same interface (SockJS, connect.io, etc).