https://github.com/potch/test-socketpeer
Example code for the SocketPeer library
https://github.com/potch/test-socketpeer
Last synced: about 1 year ago
JSON representation
Example code for the SocketPeer library
- Host: GitHub
- URL: https://github.com/potch/test-socketpeer
- Owner: potch
- Created: 2015-03-17T15:43:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T20:34:18.000Z (almost 9 years ago)
- Last Synced: 2025-04-23T01:08:35.725Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 137 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-socketpeer
This is a simple peer-to-peer chat app built as example code for [SocketPeer](https://github.com/cvan/socketpeer/blob/master/server/index.js).
## Run this Project
```sh
npm install
npm start
```