Skip to content

PeerBay/PeerProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PeerProxy

Ajax to websocket proxy. It takes over XMLHttpRequest and transfers all data through the server using websockets. The files that do the magic are:

  • hello/hello.py
  • hello/web/peerproxy.js

Uses crossbar and is based on the hello example.

Install crossbar and clone proxy

pip install crossbar
git clone https://github.com/PeerBay/PeerProxy

To start using it:

cd PeerProxy
crossbar start

and try the example (check the inspect element network tab):

http://localhost:8080/example.html

About

Proxy all XMLHttpRequests through a websocket server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published