Skip to content

tsujio/webrtc-bbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc-bbs

A distributed anonymous BBS over P2P overlay using WebRTC

Releases

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.

Easy Try

with Node.js

node bin/server.js

Then open http://localhost by your WebRTC-supporting browser.

with Docker

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.

Deploying to Heroku

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.

Deploy

Requirements for Users

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.

References

About

A distributed anonymous BBS over P2P overlay using WebRTC

Resources

License

Stars

Watchers

Forks

Packages

No packages published