You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Hugo PRADIER 4fe64e0601
continuous-integration/drone/push Build is passing Details
retour json fonctionnel
11 months ago
db fin de redaction des fonction pour la table user avant creation de l'api 11 months ago
src retour json fonctionnel 11 months ago
.drone.yml Recommend tsx 1 year ago
.gitignore add image size 2 years ago
README.md Update for planificador protocol changes 1 year ago
dprint.json Update for planificador protocol changes 1 year ago
package.json retour json fonctionnel 11 months ago
tsconfig.json Do not emit transpiled JS 1 year ago

README.md

labyrinth

The HTTP backend for the Sandkasten website.

Compiling and executing

npm install
npm run start

Endpoints

POST /run

Runs a program and returns the output with an event stream.

The stream always defines a id in each event. It may be:

id Description
stdout The event contains the output of the program.
stderr The event contains the error output of the program.
exit The event contains the exit code of the program.

Bun support

Pending #5019