An open API service indexing awesome lists of open source software.

https://github.com/yutopp/proclet


https://github.com/yutopp/proclet

Last synced: about 2 months ago
JSON representation

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.