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

https://github.com/codler/peer-interaction

Interoperate between multitude devices using HTML5, websockets.
https://github.com/codler/peer-interaction

Last synced: 11 months ago
JSON representation

Interoperate between multitude devices using HTML5, websockets.

Awesome Lists containing this project

README

          

# Peer Interaction

Interoperate between multitude devices using HTML5, websockets.

This project started from "20 four"-event (2013-05-15).

## Environment setup

1. Install MarkdownPad to read this readme in a more friendly format.
2. Install node.js (http://nodejs.org/)
3. Run this command in the project root `npm install socket.io`
4. Run the server by `node server.js`
5. Go to `http://localhost`

## Technique used

- Node.js
- Socket.io / websocket
- jQuery
- LESS
- Bootstrap
- Underscore.js

## Author

- [Han Lin Yap](https://github.com/codler)