fix up exmaples

This commit is contained in:
Jeff Becker 2017-08-28 12:18:24 -04:00
parent 574db0ab55
commit 028a5590ae
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
10 changed files with 13799 additions and 280 deletions

15
websocks-demo/readme.md Normal file
View file

@ -0,0 +1,15 @@
# demos
## dependencies
* browserify
* GNU Make
* i2pd with websockets enabled
* websocks tunnel
## usage:
make
python3 -m http.server 3000
then go [here](http://127.0.0.1:3000/)