Skip to content

jhonatanmacazana/gun-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gun-relay

Simple files to run a peer-relay of Gun.

Development

# Install dependencies
pnpm install

# Start server
pnpm start

This will start the relay on http://localhost:8000/gun

Docker

Using the image from Dockerhub

# Run image on background (remove -d to not run on background)
docker run -p 8000:8000 -p 8765:8765 -d jmacazana/gun-relay

Building from scratch

# Build image
docker build . -t gun-relay

# Run image on background (remove -d to not run on background)
docker run -p 8000:8000 -p 8765:8765 -d gun-relay

About

Gun server with NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published