-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Description
The io.js homepage currently links to freenode webchat for #io.js. For IRC newbies (the typical web client user), the user interface isn’t the friendliest or most modern. It also does not show any logs (you have to go elsewhere for that), which is somewhat confusing.
Scrollback is an open-source web IRC client that has integrated logs and a more modern frontend. There’s a hosted service here.
Perhaps we could link to that instead of freenode webchat?
Disclaimer: I’m one of the authors of scrollback.io
Possibly relevant features:
- The scrollback server is whitelisted by freenode for hundreds of connections.
- There’s a widget that can be embedded in the iojs.org site
- You can add custom CSS to match the site’s look and feel
- Audible notifications if the user is mentioned while scrollback is in a background tab
- Our server-side stack is Node + Redis + LevelDB (via LevelUp) + our fork of Node-IRC
- The client uses WebSockets, LocalStorage and AppCache (where available) for performance
- (Experimental) Classifies IRC logs into discussion threads; this uses machine learning and is about 70% accurate for typical english channels
- There’s an Android app with push notifications
Metadata
Metadata
Assignees
Labels
No labels