Update README

This commit is contained in:
Oskar Thoren 2020-09-21 12:58:53 +08:00
parent 16c9aa22ba
commit 3149e41845
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Waku Web Chat Example
This is just a POC to showcase Waku usage from the browser.
Shamelessly based on https://github.com/libp2p/js-libp2p-examples/
## Install
@ -21,7 +23,7 @@ node index.js
Run nodejs node:
``` sh
cd nodejs
cd nodejs/src
node index.js
```
@ -34,3 +36,10 @@ npm start
```
You may start multiple browser or nodejs nodes but only one bootstrap node.
## Patches
See patches folder for current hacks to get basic interop with nim-waku.
If there are problems applying them, comment out `postinstall` in
`package.json`.