Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)