https://github.com/libretro/netplay-lobby-server-go
Netplay lobby server implemented in GO.
https://github.com/libretro/netplay-lobby-server-go
Last synced: about 1 year ago
JSON representation
Netplay lobby server implemented in GO.
- Host: GitHub
- URL: https://github.com/libretro/netplay-lobby-server-go
- Owner: libretro
- License: agpl-3.0
- Created: 2020-01-10T16:26:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T00:08:23.000Z (over 4 years ago)
- Last Synced: 2024-06-21T11:45:10.444Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 2.04 MB
- Stars: 15
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netplay-lobby-server-go
Netplay lobby server written in GO. Needs Go v1.13.
## Deployment
```bash
go build
./netplay-lobby-server-go
```
## Configuration
Rename the ```config/lobby.template.yaml``` to ```config/lobby.yaml``` and place the configuration file in one of the
following directories:
- /etc/lobby
- $HOME/.lobby
- ./config
## LICENSE
The server itself is licensed under AGPLv3.
This product includes GeoLite2 data created by MaxMind, available from
[https://www.maxmind.com](https://www.maxmind.com)