Home > easychat

easychat

Easychat is a project mainly written in JAVASCRIPT and SHELL, it's free.

Realtime chat demo application using HTML 5 + nodejs + antinode + node-websocket-server.

Realtime chat demo application using HTML 5 + nodejs + antinode + node-websocket-server. Tested on Google Chrome 6,7.

@author David Durman, 2010

INSTALLATION

  1. sudo mkdir /www/default
  2. Customize webSocketServerIP address of websocket server in ./client/js/client.js
  3. ./run.sh
  4. Open http://[webSocketServerIP]:8000 in a browser (or more on the same net)
  5. killall node (to close everything)