https://github.com/kaosat-dev/socket-io
socket.io web component (polymer)
https://github.com/kaosat-dev/socket-io
Last synced: about 1 year ago
JSON representation
socket.io web component (polymer)
- Host: GitHub
- URL: https://github.com/kaosat-dev/socket-io
- Owner: kaosat-dev
- License: mit
- Created: 2013-12-22T21:48:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T14:32:09.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T14:49:37.777Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.48 MB
- Stars: 12
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
socket-io: socket.io web component (polymer)
==========================================
Installation
============
For the web component itself you only need to do:
bower install socket-io
If you require a server, please follow the official socket.io docs
Notes
=====
you need a functioning socket.io server running
Demo
====
A small chat application is included as a more complex demo
- install socket.io server side module:
npm install socket.io
- Start the demo socket.io/web server using
node demo-chat-server.js
- Navigate to localhost:8090/demo-chat-client.html to try it out
Licence
=======
MIT