065d5f84a769eb6923d82da6fdcadb40ea6b99b6
* Server-side has been mostly broken down into smaller modular components * IM now works on Node.js (as a consequence of refactor/redesign) * `Error` and `Success` `Package` types added (essentially, generic types) * Users notified of sign off when user is reaped by `Session.IM` reaper
Ajax IM
Ajax IM ("Ajax Instant Messenger") is a browser-centric instant messaging framework.
What is Ajax IM?
It uses AJAX to create a real-time (or near real-time) IM environment that can be used in conjunction with existing community and commercial software, or simply as a stand-alone product.
Installation
Install Node.js:
wget http://nodejs.org/dist/node-v0.1.98.tar.gz
tar xzf node-v0.1.98.tar.gz
cd node-v0.1.98
./configure
make
make install
Install Node Package Manager (npm):
See instructions at http://github.com/isaacs/npm.
Install Express.js:
npm install express
Descrição
Linguagens
JavaScript
83.4%
CSS
11.8%
HTML
3.7%
Makefile
0.7%
Pug
0.4%