https://github.com/luludotdev/redts
Remote EDTS
https://github.com/luludotdev/redts
Last synced: about 1 year ago
JSON representation
Remote EDTS
- Host: GitHub
- URL: https://github.com/luludotdev/redts
- Owner: luludotdev
- License: mit
- Created: 2021-04-15T06:30:15.000Z (about 5 years ago)
- Default Branch: daddy
- Last Pushed: 2022-05-13T12:04:39.000Z (about 4 years ago)
- Last Synced: 2025-02-06T21:31:54.685Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🌠 rEDTS
> Remote [EDTS](https://bitbucket.org/Esvandiary/edts) API and CLI
## ❓ What is rEDTS
rEDTS, or Remote EDTS, is a system for running an EDTS instance on a remote server. This has the advantage of only requiring one database for many users, and outsourcing CPU time to an external system.
**This is mostly a personal project, very minimal help will be given. Use at your own discretion.**
## 📡 Server
The server runs EDTS in the background with a simple Node.js HTTP API wrapper. It is deployed using the provided [Docker Images](https://github.com/lolPants/redts/packages/733073).
## 📻 Client
The client CLI forwards your CLI args to the remote server and proxies the response back to your terminal, as if you were running EDTS locally. You can find binaries as [GitHub Actions Artifacts](https://github.com/lolPants/redts/actions/workflows/cli.yml).