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

https://github.com/pulsejet/ndnts-ws

Simple WebSocket demo for NDNts broadcast
https://github.com/pulsejet/ndnts-ws

Last synced: 2 months ago
JSON representation

Simple WebSocket demo for NDNts broadcast

Awesome Lists containing this project

README

        

# ndnts-ws

Simple demo of using WebSocket for broadcast with NDNts

https://github.com/yoursunny/NDNts

## Usage

```bash
# install dependencies
npm install

# build client with watch
npm run build

# run server
npm run serve
```