https://github.com/zkat/chatoid
Toy chatroom using webrtc
https://github.com/zkat/chatoid
Last synced: 6 months ago
JSON representation
Toy chatroom using webrtc
- Host: GitHub
- URL: https://github.com/zkat/chatoid
- Owner: zkat
- Created: 2014-07-20T21:54:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T09:09:24.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T05:14:44.479Z (12 months ago)
- Language: JavaScript
- Size: 512 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#CHATOID
##About
A WebRTC chat app using Polymer, Vulcanize, Bacon.js, and more!
(Currently in development.)
##Setup
`npm i && bower i`
`sudo npm install -g gulp`
`gulp dev`
##Code Style
The 'hello world' example component is a base and should be the style/structure
for new components.