Go to file
2014-04-20 19:13:33 +02:00
client Refactoring 2014-04-19 23:59:01 +02:00
lib Release 0.2.2 2014-04-20 19:13:33 +02:00
node_modules Updated slate-irc 2014-04-16 21:08:44 +02:00
.gitignore Added whois 2014-04-02 17:26:55 +02:00
.gitmodules Refactoring 2014-04-19 23:59:01 +02:00
config.js Added config and auto-connect 2014-04-06 00:01:19 +02:00
index.js Added config and auto-connect 2014-04-06 00:01:19 +02:00
package.json Release 0.2.2 2014-04-20 19:13:33 +02:00
README.md Update README.md 2014-04-20 14:53:55 +02:00

Chat

Run your IRC client on a server and access it from the web browser. This gives you a persistent connection and allows you to chat from multiple devices at the same time.

Commands

These are the commands currently implemented:

  • /connect
  • /deop
  • /devoice
  • /disconnect
  • /join
  • /kick
  • /leave
  • /mode
  • /nick
  • /op
  • /part
  • /query
  • /quit
  • /server
  • /topic
  • /voice
  • /whois

Install

  1. Install Node.js and NPM
    sudo apt-get -y install nodejs npm

  2. Clone the project from GitHub
    git clone --recursive http://github.com/erming/chat

  3. Open folder
    cd chat/

  4. Install Node packages
    npm install

  5. Run the server
    npm start or nodejs index.js

  6. Open your browser
    http://localhost:9000