ssbc / ssb-hello-ws

simplest example to get a ssb-client working over websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssb-hello-ws

demo example of how to use ssb-client over websockets from the your browser

git clone https://github.com/ssbc/ssb-hello-ws.git
cd ssb-hello-ws
npm install
npm run build
firefox ./index.html

then paste your private key into the text area (it is not stored in the browser) from ~/.ssb/secret

License

MIT

About

simplest example to get a ssb-client working over websockets

License:MIT License


Languages

Language:HTML 99.9%Language:JavaScript 0.1%