Commit Graph

9 Commits

Author SHA1 Message Date
prathamesh0
e07e0de408
Add a chat CLI using peer package (#280)
* Add a flag to instantiate Peer for nodejs

* Add a basic chat CLI using peer

* Add a signal server arg to chat CLI

* Add instructions for chat CLI
2022-12-27 11:38:17 +05:30
0b2eb5f760 Add logs for events with details 2022-12-22 13:55:20 +05:30
a732706968 Add peer package readme 2022-12-22 13:54:12 +05:30
b652d17ea9 Add serve package for react-app 2022-12-21 19:05:47 +05:30
055a0b920a Refactor code in peer package 2022-12-21 18:16:38 +05:30
1e0fffc1f9 Maintain stream for each remote peer 2022-12-21 16:24:44 +05:30
d5a1f38db4 Add react app and use peer package for broadcasting 2022-12-21 14:31:32 +05:30
4856b8b43c Implement peer connection and sending messages between peers 2022-12-20 22:29:53 +05:30
ee7383add6 Initial implementation of class and discoving other peers 2022-12-20 18:17:59 +05:30