a458ad24b3 | ||
---|---|---|
client | ||
lib | ||
node_modules | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
config.js | ||
index.js | ||
package.json |
README.md
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
-
Install Node.js and NPM
sudo apt-get -y install nodejs npm
-
Clone the project from GitHub
git clone --recursive http://github.com/erming/chat
-
Open folder
cd chat/
-
Install Node packages
npm install
-
Run the server
npm start
ornodejs index.js
-
Open your browser
http://localhost:9000