An open API service indexing awesome lists of open source software.

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

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
```