Satnam Singh Brar 40761dd752 Added a new example script 5 anos atrás
..
README.md 444f32ff58 Published module on NPM 5 anos atrás
echo_client.js 03c07a3f13 Updated the examples 5 anos atrás
echo_server.js 03c07a3f13 Updated the examples 5 anos atrás
publish_server.js 40761dd752 Added a new example script 5 anos atrás

README.md

Examples

  • The example scripts in this directory implements a simple echo server over a P2P webRTC connection using peerjs-on-node
  • Run the server

    node echo_server.js
    
    • The echo server tries claims the id of abcdefghijklmnopqrstuvwxyz on the PeerJS signalling server
  • Run the client in a separate terminal window

    node echo_client.js
    
    • The client script allows the signalling server to give it an arbirary id
    • It initiates a direct connection to our server which we know has an id of abcdefghijklmnopqrstuvwxyz
  • You can now type in anything into the client terminal and the echo server script will simple echo it back