/central-api

The coordinating reverse proxy for riptide

Primary LanguageRust

Central API

Test codecov Build

The central api for the file-share-platform. Handles websocket connections from server agents, and requests from clients who wish to download a file.

Instructions

git clone https://github.com/file-share-platform/central-api.git
cd central-api

cp .example.env .env
nano .env #update any configuration files

cargo run --release