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.
- Host: GitHub
- URL: https://github.com/codler/peer-interaction
- Owner: codler
- Created: 2013-05-17T13:40:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T07:53:12.000Z (about 12 years ago)
- Last Synced: 2025-01-17T21:45:13.248Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)