Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gnerkus/talki-talki
- Owner: gnerkus
- Created: 2014-06-08T13:59:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T18:50:47.000Z (over 10 years ago)
- Last Synced: 2024-03-15T16:09:45.996Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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