Skip to content

hamshif/cs_web27

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Django one-page application portal including:

An Intercom app

designed to serve both browser and a hybrid Android app located at:

https://github.com/hamshif/Intercom.git

The django app is best run with ssl to avoid browser permission annoyance:

  1. create ssl certificates according to http://www.hacksparrow.com/node-js-https-ssl-certificate.html

  2. § cd ..../cs_web27/src

  3. § python manage.py runsslserver e-10:8000 --certificate ~/ssl_cert/gid-cert.pem --key ~/ssl_cert/gid-key.pem

in addition websocket signalling server is needed to connect peers move the above to background or open another shell and:

  1. § cd ..../cs_web27/src/intercom/static/webrtc

  2. § node ws_server.js

to test https://your_url:8000/intercom/webrtc/

if you are just interested in the webrtc bit without django and python:

https://github.com/hamshif/webrtc.git

In this project there is also another attempt is a Node.js signalling backend at

cs_web27/src/intercom/static/intercom/webrtc-example/nodejs_server/index.js

To be run by a separate node server [I will work to merge these given time]

test at

https://e-10.cs.huji.ac.il:8000/intercom/webrtc_example/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published