drewww / roar

High capacity chat for online event spectators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROAR - high volume chat for spectating live events
==================================================

The experience of being in a crowd is a visceral one. We feel a sense of connection and belonging through a shared experience like watching a sporting event, speech, or performance. Many of these shared experiences happen between people who aren't co-located, but none of our communication tools can create the kinds of feelings we get from being in the same place. ROAR is designed to allow very large groups of distributed spectators have meaningful conversations with strangers or friends while supporting a sense of presence of thousands of other spectators. ROAR is also interested in creating opportunities for collective action among spectators and providing flexible ways to share content among very large groups. These systems combine to let you feel the roar of the crowd even if you're alone.

ROAR has a few dependencies. These are mostly tools I'd never used before and wanted to try, but they've worked great for me so far. Here they are:

	- node.js v0.4.12
		- socket.io v0.8 (`npm install socket.io`)
		- express v2.4.7 (`npm install express`)
		- redis v0.6.7 (`npm install redis`)
		- commander v0.2.0 (`npm install commander`)
		- ejs v0.4.3 (`npm install ejs`)
		- libxmljs v0.4.2 (`npm install libxmljs`, depends on libxml2 + scons)
		- simplesets v1.1.6 (`npm install simplesets`)
	- redis v2.2.13

About

High capacity chat for online event spectators.


Languages

Language:JavaScript 95.8%Language:Python 4.2%