https://github.com/gavinray97/p2p-machine-learning
https://github.com/gavinray97/p2p-machine-learning
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gavinray97/p2p-machine-learning
- Owner: GavinRay97
- Created: 2020-01-09T03:47:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:47:57.000Z (over 2 years ago)
- Last Synced: 2025-02-16T10:56:55.222Z (3 months ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 windowVisit `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).