@strawbees/code-compiler-service

1.5.3 • Public • Published

Strawbees CODE Compiler Service

A stack that provides a service that compiles Quirkbot programs.

The service is divided into 2 processes: a webserver and compiler worker.

Webserver

Takes in compilation requests (as c++ source code), and queues them in a database.

After a program has been queued and is waiting for compilation, clients can check query the compilation status by providing the build id.

The programs will only be stored in the server for 15 seconds! Clients should request the compilation and check it's status immediately after.

Compiler worker

Reads queued compilation requests out of a database and compiles them. It doesn't serve any content to external clients.

Requirements

  • Node.js
  • NPM
  • Mongo

Supported platforms

The service is depends on OS specific precompiled packages:

/@strawbees/code-compiler-service/

    Package Sidebar

    Install

    npm i @strawbees/code-compiler-service

    Weekly Downloads

    7

    Version

    1.5.3

    License

    none

    Unpacked Size

    84.6 kB

    Total Files

    17

    Last publish

    Collaborators

    • paulobarcelos
    • murilopolese