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
- Host: GitHub
- URL: https://github.com/amiel/chat-engine-example
- Owner: amiel
- Created: 2009-04-19T05:51:26.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-04-20T03:10:53.000Z (about 17 years ago)
- Last Synced: 2024-10-03T12:33:13.661Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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