Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awilliams/ememchat
Embeddable Eventmachine Chat: chat server & client made for use with an OpenWRT router
https://github.com/awilliams/ememchat
Last synced: about 1 month ago
JSON representation
Embeddable Eventmachine Chat: chat server & client made for use with an OpenWRT router
- Host: GitHub
- URL: https://github.com/awilliams/ememchat
- Owner: awilliams
- Created: 2012-02-07T19:37:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-18T17:11:17.000Z (almost 13 years ago)
- Last Synced: 2023-03-22T13:47:19.035Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 5.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmEmChat = Embedded EventMachine Chat #
EmEmChat is a server written in Ruby using EventMachine and Em-Websocket, and a client written in HTML/Javascript using Lungo.js. The entire thing can be run off a router using OpenWRT.
### See [ruby-openwrt](https://github.com/awilliams/ruby-openwrt) for more info on embedding EmEmChat in a router.
**Locally**
* Use ruby 1.9.2
* `bundle install`
* `bundle exec ruby -I . server.rb dev`
* Open app/index.html from a websocket able browser (newer Chrome, Firefox, ...)**Router**
* `ruby -I . server.rb`
![HG536+](https://github.com/awilliams/ruby-openwrt/raw/master/docs/hg_536_plus.JPG)