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

https://github.com/amiel/chat-engine-example

an example application for chat-engine (http://github.com/amiel/chat-engine
https://github.com/amiel/chat-engine-example

Last synced: about 1 year ago
JSON representation

an example application for chat-engine (http://github.com/amiel/chat-engine

Awesome Lists containing this project

README

          

h2. Chat Engine Example

This example of chat-engine usage provides a way to quickly try out chat-engine, as well as creates an application for developers to test in.

h2. Installation

To try out chat engine just clone this repos and fire up a server, and update the chat-engine submodule.



$ git clone git://github.com/amiel/chat-engine-example.git
$ cd chat-engine-example
$ git submodule init
$ git submodule update
$ ./script/server

To install chat-engine in your own project, see http://github.com/amiel/chat-engine