Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 280 Bytes

Simple Gun Relay

This is the relay server that dchat uses to improve reliability of the network

Build your own

  1. Install NodeJS
  2. Install pnpm via npm i -g pnpm
  3. Install the dependencies via pnpm install
  4. Start the server using pnpm start