strawbees-code-compiler-service

1.0.1 • 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:

Readme

Keywords

none

Package Sidebar

Install

npm i strawbees-code-compiler-service

Weekly Downloads

1

Version

1.0.1

License

none

Unpacked Size

81.8 kB

Total Files

17

Last publish

Collaborators

  • murilopolese
  • paulobarcelos