mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
767 B
767 B
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