A distributed anonymous BBS over P2P overlay using WebRTC
Date | Version | Important changes |
---|---|---|
2014/07/17 | v0.1.0 |
Note that releases of different major versions are not compatible.
The next release v1.0.0 is being developed on master.
node bin/server.js
Then open http://localhost
by your WebRTC-supporting browser.
docker pull tsujio/webrtc-bbs
docker run -d -p 80:80 tsujio/webrtc-bbs
Then open http://<IP address of the docker engine host>
by your WebRTC-supporting browser.
Install the Heroku Toolbelt and execute the following commands.
heroku login
heroku create
git push heroku master
Alternatively, you can deploy by the Heroku Button below.
webrtc-bbs requires WebRTC in order to publish/subscribe BBS contents, so users must use a WebRTC-supporting browser.
WebRTC uses STUN/TURN servers for NAT traversal, so users may need to adjust some proxy settings to access to them.