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
- Host: GitHub
- URL: https://github.com/ssbc/ssb-hello-ws
- Owner: ssbc
- License: mit
- Created: 2018-04-27T16:23:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T21:01:55.000Z (over 7 years ago)
- Last Synced: 2025-06-09T16:55:08.032Z (about 1 year ago)
- Language: HTML
- Size: 430 KB
- Stars: 12
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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