Skip to content

Node.js script execution system for Backendless

Notifications You must be signed in to change notification settings

Backendless/scriptexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriptexec

Node.js script execution system for Backendless.

The system consists of Docker-inside-Docker, responsible for executing Node.js scripts in containers, and the External Host Controller - a Node.js script, which controls containers' access to external hosts using iptables. Each container starts a Node.js web server, which initializes Backendless Javascript Client Library for the current application, so that the users don't need to do it in their scripts. The initial script also implements the execution time restriction accordingly to the customer's billing plan. The users' scripts are executed on request, by requiring the script and calling its run function, passing it the request and response objects.

About

Node.js script execution system for Backendless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published