12 Commits

Author SHA1 Message Date
Franck Royer
27a90d8204
Use timestamp in millisecond
It was implicitly using `toString` which return the timestamp in
readable format with a precision in seconds which meant messages sent
within the same second had the same key.
2022-05-19 15:32:06 +10:00
tobyjaguar
35cfd5679e
update unique key to React list element in relay-reactjs-chat app 2022-05-19 15:32:06 +10:00
Franck Royer
47277e5bb5
Replaces protons with protobufjs 2022-04-01 16:16:53 +11:00
Franck R
160fea0e7b
Waku.dial accepts protocols expected from the peer. Defaults to Waku Relay only. (#516) 2022-02-13 19:04:50 +11:00
Franck R
d9248dbc56
Replace waitForConnectedPeer with waitForRemotePeer (#469) 2022-01-30 21:56:21 +11:00
Franck R
41b7ef17e1
Remove web-vitals (#429) 2022-01-24 18:19:11 +11:00
Franck Royer
dae4ca4345
Display received messages 2022-01-10 12:27:09 +11:00
Franck Royer
d643735296
Handle incoming messages 2022-01-10 12:27:09 +11:00
Franck Royer
5eb14d7826
Send message 2022-01-10 12:27:09 +11:00
Franck Royer
e8c0728a49
Wait for connected peers 2022-01-10 12:27:08 +11:00
Franck Royer
673869bdff
Use cra-webpack-rewired, display Waku status 2022-01-10 12:27:08 +11:00
Franck Royer
80c0ab5b20
Init relay-reactjs-chat
New example using create-react-app 5.
2022-01-10 12:27:08 +11:00