Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gnerkus/talki-talki

A simple video chat application utilizing WebRTC.
https://github.com/gnerkus/talki-talki

Last synced: about 2 months ago
JSON representation

A simple video chat application utilizing WebRTC.

Awesome Lists containing this project

README

        

# WebAV Chat

This is a simple real-time chat application with video and audio streaming. I'm using this to learn to use the [WebRTC API](http://developer.mozilla.org/en-US/docs/Web/Guide/API/WebRTC). The architecture for the chat application will utilize the following things:

* A [Socket.io](http://socket.io) **[signalling](http://)** server that resides on a [Node.js](http://nodejs.org) platform.
* A [Heroku](http://heroku.com) dyno that hosts the server application.
* A browser client application that is hosted on **[Github Pages](http://)**

To get the application up and running, you have to do the following:

* Clone the repo
* Install NodeJS
* Install Grunt

## Installing NodeJS

You can get a cop of NodeJS on its site here and install it. After installing it you will want to install grunt from the command line.

Now you can install Grunt's command line tools by typing out the following:

npm install -g grunt-cli