New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@strawbees/code-compiler-service

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strawbees/code-compiler-service

Cloud service that compiles Quirkbot programs.

latest
npmnpm
Version
1.5.3
Version published
Maintainers
2
Created
Source

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:

  • quirkbot-arduino-builder
  • quirkbot-avr-gcc

FAQs

Package last updated on 20 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts