Skip to content

Better web IRC client for #io.js #400

@aravindet

Description

@aravindet

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions