jjs-dev / jjs

JJS Judging system
12 stars 3 forks source link

ppc: Rename to pps and refactor #398

Closed MikailBag closed 4 years ago

MikailBag commented 4 years ago

old name: problem package compiling (not cool) new name: problem preparation system (or services, as you wish) (cooler)

new architecture: CLI and server

CLI starts server in background and sends RPC requests to the server. Server actually does stuff.

In future it will be possible to start one server which will process requests from many clients.

RPC protocol is based on HTTP POST requests and defined via Rust structs. In future, we should make consuming PPS api from other languages easier (e.g. provide JSON schema for types).

Also, it's worth extracting RPC implementation into jjs-commons. (UPD: done)

MikailBag commented 4 years ago

Also, in future pps will live in other repository in jjs-dev org.

MikailBag commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded: