Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mljboard/mljboard
by duck -- a leaderboard for maloja
https://github.com/mljboard/mljboard
Last synced: 2 months ago
JSON representation
by duck -- a leaderboard for maloja
- Host: GitHub
- URL: https://github.com/mljboard/mljboard
- Owner: mljboard
- Created: 2023-11-23T20:29:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T17:52:07.000Z (about 1 year ago)
- Last Synced: 2023-11-27T05:31:39.870Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mljboard
A leader board for Maloja servers.## `HOS` (HTTP-Over-Socket)
**NOTE**: If you're looking for the client, check at [duckfromdiscord/mljboard-client](https://github.com/duckfromdiscord/mljboard-client). The repository you're looking at right now is the server.Everyone knows port forwarding can be a massive pain when you're behind a NAT or using a cheap router. Our Maloja leaderboard, which needs to periodically speak to your local Maloja, can't do its job if it can't connect. With `HOS`, it doesn't have to. Instead, you connect to it! Our `HOS` server is the only thing that needs to be accessible publically, and clients can connect to it and offer a port on their machine that a project using `HOS` can talk to.
*Please don't use HOS if you have access to port forwarding, it takes a lot of bandwidth.*