Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 428 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 428 Bytes

p2p-machine-learning

Instructions:

  1. yarn from project root to install
  2. yarn start-web in one terminal window
  3. yarn start-node in another terminal window

Visit localhost:1234 and type a message into the options textinput, then press send button.

Watch the feed on your Node terminal instance. After receiving the message from web, try typing a reply in Node and pressing enter (watch the webpage during).