js-waku/examples/cli-chat
Franck Royer 1bb1f8f6b6
Use tcp protocol only
Due to #201, Websocket protocol is not added by default if the caller
specifies a protocol for libp2p.

In the case cli-chat. We were using both tcp and ws.
As the web-chat already demonstrates usage of websocket protocol, we
cli-chat to tcp only.
2021-06-09 16:58:08 +10:00
..
src Use tcp protocol only 2021-06-09 16:58:08 +10:00
.eslintrc.json Move cli chat to examples folder 2021-05-05 10:53:40 +10:00
.gitignore Move cli chat to examples folder 2021-05-05 10:53:40 +10:00
.mocharc.json Move cli chat to examples folder 2021-05-05 10:53:40 +10:00
README.md Revert naming to js-waku 2021-05-13 20:27:38 +10:00
package-lock.json Revert naming to js-waku 2021-05-13 20:27:38 +10:00
package.json Revert naming to js-waku 2021-05-13 20:27:38 +10:00
tsconfig.json Move cli chat to examples folder 2021-05-05 10:53:40 +10:00

README.md

A NodeJS CLI Chat App powered by js-waku

See js-waku README for details.