https://github.com/sergi/cascade
A desktop IRC client made using Node and AngularJS
https://github.com/sergi/cascade
Last synced: about 1 year ago
JSON representation
A desktop IRC client made using Node and AngularJS
- Host: GitHub
- URL: https://github.com/sergi/cascade
- Owner: sergi
- License: gpl-2.0
- Created: 2013-07-17T13:30:00.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2014-02-22T11:50:34.000Z (over 12 years ago)
- Last Synced: 2025-04-04T00:35:54.772Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 877 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cascade
Cascade is an IRC client written in JavaScript that runs on the
Desktop thanks to [node-webkit](https://github.com/rogerwang/node-webkit).
Although still in a VERY early stage, it is being thought with extensibility in
mind, so that adding features on top of it should be very easy for any
JavaScript developer. The aim is to have a client like HipChat or Campfire, but
that uses the existing IRC infrastructure.

## Run it
In order to run the current version, you should download node-webkit, go to the
folder where you cloned Cascade, and run
```
nw .
```
That should launch Cascade and connect to the #Ubuntu channel on freenode (this
is hardcoded for now. As I said, it is in a veeery early stage).
## Plugins
TBD
## License
GPLv2