Close
0%
0%

serverlessly.io

Serverless computing platform for ruby developers

Similar projects worth following
0 followers
  • Description
  • Details
  • Files 0
  • Components 0
  • Logs 0
  • Instructions 0
  • Discussion 0
A tiny serverless computing platform. It hosts the autonomous code ( currently Ruby, will have support for JS, Python and Go). It is as simple as pushing the code to github with travis.yml file or POST the code-file over http to http://serverlessly.io/rubyfile. That code will be hosted on a REST endpoint. Endpoint name should be specified within the code as commented first line. You can invoke that code with either GET or POST request. Invoke by GET request just runs the code and with the assumption it finishes in couple of minutes and returns json or null. Invoke by POST request, you can pass input and also specify if the code should run as long running job or schedule time at which it should start. Each long running or scheduled job returns job ID, you can use it to track logs.

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates