Go to file
JocelynDelalande e76b2cb2be Merge pull request #488 from erming/astorije/travis-node-versions
Add Node.js 0.12 and 4.x support to Travis CI
2015-10-01 09:44:06 +02:00
client Included changes to shout.templates.js after grunt 2015-09-18 11:10:25 +02:00
defaults Set prefetch default to 'false' 2015-09-18 22:11:17 +02:00
src Increase process.setMaxListeners 2015-04-29 12:55:34 -07:00
test add basic environment for unit testing with mocha 2014-11-17 22:14:28 +02:00
.gitignore Update gitignore 2014-10-05 01:19:05 -07:00
.travis.yml Add Node.js 0.12 and 4.x support to Travis CI 2015-09-28 21:50:03 +02:00
CHANGELOG.md Update version 2015-09-18 22:11:25 +02:00
Gruntfile.js Emit topic over socket 2014-10-10 22:05:25 +02:00
index.js Rename cli folder 2014-08-25 02:40:13 -07:00
package.json Update version 2015-09-18 22:11:25 +02:00
README.md Update README.md 2015-03-29 15:43:58 +02:00

Shout

Try the Demo

What is it?
Shout is a web IRC client that you host on your own server.

What features does it have?

  • Multiple user support
  • Stays connected even when you close the browser
  • Connect from multiple devices at once
  • Responsive layout — works well on your smartphone
  • .. and more!

Install

sudo npm install -g shout

Usage

When the install is complete, go ahead and run this in your terminal:

shout --help

For more information, read the documentation.

Development setup

To run the app from source, just clone the code and run this in your terminal:

npm install
grunt
./index.js --port 8080

And if you don't have grunt installed already, just run npm install -g grunt-cli.

License

Available under the MIT license.