Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfcodeworks/nest-p2p-full-mesh
NestJS Full Mesh P2P Server and Client Example
https://github.com/mfcodeworks/nest-p2p-full-mesh
javascript nestjs networking p2p p2p-clients p2p-network p2p-node typescript webrtc webrtc-signaling
Last synced: about 2 months ago
JSON representation
NestJS Full Mesh P2P Server and Client Example
- Host: GitHub
- URL: https://github.com/mfcodeworks/nest-p2p-full-mesh
- Owner: mfcodeworks
- Created: 2020-02-23T04:24:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:27:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:34:38.899Z (almost 2 years ago)
- Topics: javascript, nestjs, networking, p2p, p2p-clients, p2p-network, p2p-node, typescript, webrtc, webrtc-signaling
- Language: JavaScript
- Homepage: https://nest-p2p-full-mesh.now.sh
- Size: 2.15 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS P2P Full Mesh Tracker
## Description
Working example of a WebRTC based P2P full mesh tracker using NestJS for server and a small `index.js` on the client side.
## Dependancies
- [NestJS](https://github.com/nestjs/nest)
- [simple-signal](https://github.com/t-mullen/simple-signal)
- [socket.io](https://socket.io/)## Author
mfsoftworks