check out it's live: nodus.tanishqsingh.com
-
In latin nodus means knot, mesh of peers tight like knot.
-
Simple peer to peer
- video calling
- file sharing
- this uses webrtc internally so you can't use vpn,
- and if you are a tester then please open both tabs in incognito,
- otherwise it will not work why this happens?
- preview .env files are provided in respective folder
cd web
# Install packages
yarn
# Build frontend
yarn run build
# Serve dist folder
serve -s dist- with docker
cd backend
# To build docker image
docker build -t nodus-backend:v1 .
# To run container with port mapping, and env file
docker run -p 3000:3000 --env-file .env nodus-backend:v1- without docker
cd backend
go build main.go -o out
./out