GithubHelp home page GithubHelp logo

abhisheksunkuru / webrtc-rails Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xescugc/webrtc-rails

0.0 2.0 0.0 450 KB

WebRTC implemented with a Rails Backend

Home Page: localhost:3000/#jaja

webrtc-rails's Introduction

#WebRTC Rails

This is a basic aplication I have build to test WebRTC, my main objective is to practice WebRTC. I will slowly improve the aplication, and add more features each time.

##Start Now

To start the project and test is at your own you have to do the following:

  1. Clone the repo: git clone [email protected]:XescuGC/webrtc-rails.git
  2. Install all the gems with bundle install
  3. Go to app/rtc/ and run npm install to install socket.io
  4. Check to see your IP: ifconfig, copy the IP and change the ones in public/javascripts/rtc/client_signaling.js and at the first line change the io.connect('YOUR-IP:2013')
  5. Open the server rails server
  6. Open the NodeJs server node app/rtc/server.js
  7. Go to the URL: localhost:3000
  8. ENJOY!

##Objectives

As I said before the main objective is to practice WebRTC but I will list some of the other objectives I have in mind:

  1. DONE WebRTC between 2 peers
  2. DONE Clean the webpage of unneeded menus, just the Home page and a page to call
  3. DONE Add a chat module (with NodeJs, latter can be improved to be with arbitrary data with RTCDataChannel)
  4. Control of errors in the Call (on of the Peers leave ... etc)
  5. DONE Ability to create your own rooms with diferets names, and to setup an user name (for the Chat)
  6. Ability to activate and desactivate Video or Audio, and reactivate them
  7. Room with more than 2 Peers
  8. Stream Data to more than 3 people (one to more only), like a conference
  9. Change the Rails server for more JS? (NodeJs with Backbone.Marionette ... jeje)

##Slides

I've made a short Presentation of WebRTC in my Office, here are the Slides

##Collaborate

You can participate with whatever you want, and use/fork this code (if you find it usefull) for whatever you want ofcourse. If you want to propose more ideas will be welcome jeje

##Contact

email: [email protected]

twitter: @xescugc

webrtc-rails's People

Contributors

xescugc avatar

Watchers

James Cloos avatar Abhishek Sunkuru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.