Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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