Skip to content
/ RunIt Public

Runit is a serverless computing platform for running Ruby code snippets in a sandboxed environment.

License

Notifications You must be signed in to change notification settings

Hamada14/RunIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunIt

RunIt is an event-driven, serverless computing platform. It is a compute service that runs code in response to events and automatically manages the compute resources required by that code. It's also responsible for sand-boxing the running code.

Building the DB

Use the below commands to migrate the DB schema.

bundler exec rake db:create
bundler exec rake db:migrate

Running the Application:

Currently running the application is only using rackup -p #{PORT}, remember to use the required port. To access the server use https://0.0.0.0:3000

In case of running the application in development mode, to avoid the need of restarting the server to reload changes Shotgun was added. Launch the server using bundle exec shotgun config.ru

About

Runit is a serverless computing platform for running Ruby code snippets in a sandboxed environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published