https://github.com/yutopp/proclet
https://github.com/yutopp/proclet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutopp/proclet
- Owner: yutopp
- Created: 2023-12-10T14:38:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T14:23:22.000Z (over 1 year ago)
- Last Synced: 2025-01-20T10:48:59.302Z (3 months ago)
- Language: TypeScript
- Homepage: https://code.yutopp.net/
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proclet
[Proclet](https://code.yutopp.net/) is an online compiler service. Currently heavely under development.
## Architecture
Frontend is implemented by `TypeScript+React`, and backend is implemented by `Go`.
Communications are done by `Connect`. Frontend and backend can be deployed by `Docker`.
Backend uses Docker daemon on the host machine to compile and execute source codes.
Currently, this system is designed to be hosted on a single machine.