Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 1.25 KB

README.md

File metadata and controls

53 lines (44 loc) · 1.25 KB
   _                          _               
  (_)                        | |              
   _  ___ _ ____   _____ _ __| | ___  ___ ___ 
  | |/ _ \ '__\ \ / / _ \ '__| |/ _ \/ __/ __|
  | |  __/ |   \ V /  __/ |  | |  __/\__ \__ \
  | |\___|_|    \_/ \___|_|  |_|\___||___/___/
 _/ |                                         
|__/                                          

Turn anything into a serverless function.. Docker ready!


jerverless is a serverless runner which will execute anything (binaries, commands or your scripts) as a serverless function. It simply pipes http POST data into STDIN of any executable vice versa.

Example functions

Project Status

  • Initial work (Structure, basic server with runner)
  • Multithreaded server mode
  • Unit cases
  • CLI commands
  • Basic Samples
  • Docs
  • Beta Release!

Developer Guide

 git clone <forked_url>
 mvn clean package
 java -jar org.jerverless-0.0.1-SNAPSHOT.jar