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

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)

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