This post originally appeared on the David Walsh blog.
In this 15 minute tutorial we're going to build a simple decentralized chat application which runs entirely in a web browser.
All you will need is a text editor, a web browser, and a basic knowledge of how to save HTML files and open them in the browser.
We're going to use Bugout, a JavaScript library that takes care of the peer-to-peer networking and cryptography.
- If you just want the files, download index.html in this repo.
Get the full tutorial on GitHub
Read more posts on the subject of cryptography & decentralized systems.