An open API service indexing awesome lists of open source software.

https://github.com/ssbc/ssb-hello-ws

simplest example to get a ssb-client working over websockets
https://github.com/ssbc/ssb-hello-ws

Last synced: about 1 year ago
JSON representation

simplest example to get a ssb-client working over websockets

Awesome Lists containing this project

README

          

# 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