928220c6c1 | ||
---|---|---|
client | ||
screenshots | ||
src | ||
users/example | ||
.gitignore | ||
Gruntfile.js | ||
README.md | ||
config.json | ||
index.js | ||
package.json |
README.md
Shout
Run your IRC client on a server and access it from the web browser. This allows you to chat from multiple devices at the same time and you will stay connected to IRC even when you close your browser.
Try the Shout client
Some highlights:
- Multiple user support
- Supports anonymous (public) or passworded connections
- Works on your smartphone
Screenshot
Install
-
Install Node.js and npm
sudo apt-get install nodejs-legacy npm
-
Clone the project from GitHub
git clone http://github.com/erming/shout
-
Open folder
cd shout/
-
Install packages
sudo npm install --production
-
Run the server
npm start
ornode index.js
-
Open your browser
http://localhost:9000
Commands
These are the commands currently implemented:
- /close
- /connect
- /deop
- /devoice
- /disconnect
- /invite
- /join
- /kick
- /leave
- /me
- /mode
- /msg
- /nick
- /notice
- /op
- /part
- /query
- /quit
- /raw
- /say
- /send
- /server
- /slap
- /topic
- /voice
- /whois
License
Available under the MIT license.