Gitter is a communication product for communities and teams on GitHub. Find out more at gitter.im.

Navigation

Limited beta launch FTW!

Hello Exactly two weeks ago we posted a textbook lean startup product page thing on HackerNews. The response was pretty sweet, we had thousands of people letting us know they were interested in a chat product built around GitHub. Even in meatspace around Silicon Roundabout people were excited about the concept. 10 days of solid coding later and today we are launching our limited beta. We still have a bunch of features to build and some…

The journey begins

What a remarkable few days it has been. Last Friday we posted [https://news.ycombinator.com/item?id=6739074] a lean product development site on Hacker News to see what sort of interest we would get in creating a chat product built around our favourite source repository, GitHub. We quickly shot to #1 on HN and over the course of a few hours recieved over 30,000 visits to gitter.im [http://gitter.im]. The message…

Live Collections using Backbone.js, Faye and Node

Tweet [https://twitter.com/share] Why LiveCollections? Gitter [https://gitter.im] is a realtime collaborative application. Having a real-time, push-based application, where updates are automatically reflected in the client, is essential. We were keen to leverage the power of Backbone.js, so we decided to extend Backbone with real-time Live Collection capabilities to enable realtime push in Backbone collections. Our aim: create a real-time drop-in replacement for Backbone collections that plays…