Simple unmanaged text chat on nodejs and socket.io for rtmp server Moment. http://momentvideo.org/
- install http://nodejs.org
- download and unpack this chat
- cd to chat
- install nodejs modules jade, socket.io, express:
$ npm install [email protected] jade socket.io
- edit app.js for change host (interface), port, and channel list
- run chat:
$ node app.js
This chat not use moment static http pages
GPL v2