Update README

Esse commit está contido em:
Joshua Gross
2010-11-22 13:46:33 -06:00
commit e43ecf2c82
+24 -4
Ver Arquivo
@@ -6,13 +6,23 @@ Ajax IM ("Ajax Instant Messenger") is an instant messenger for the web. It is
intended to be integrated with existing websites to provide a more interactive
community experience.
## Features
* Instant communication between connected users
* Robust backend server built on [Node.js](http://nodejs.org)
* Can be integrated with virtually any existing website
* Seamless authentication
* Works across an entire website, unobtrusively
* Automatic state management between page reloads
* User state and statuses
* and _much_ more!
## Installation
Install `Node.js` (known to work with v0.2.0+):
wget http://nodejs.org/dist/node-v0.2.1.tar.gz
tar xzf node-v0.2.1.tar.gz
cd node-v0.2.1
Install `Node.js`:
wget http://nodejs.org/dist/node-v0.2.5.tar.gz
tar xzf node-v0.2.5.tar.gz
cd node-v0.2.5
./configure
make
make install
@@ -63,6 +73,16 @@ Then head over to the development page that will initialize the client:
That's it!
## More Information
* Follow [endtwist](http://twitter.com/endtwist) on twitter for updates
* [Google Group](http://groups.google.com/group/ajaxim) for discussion
## Node Compatibility
The `master` branch of Ajax IM is compatible with node --version:
v0.2.5
## Contributing
Pull requests are being accepted! If you would like to contribute, simply fork