Skip to content

csuwu/jerverless

 
 

Repository files navigation

   _                          _               
  (_)                        | |              
   _  ___ _ ____   _____ _ __| | ___  ___ ___ 
  | |/ _ \ '__\ \ / / _ \ '__| |/ _ \/ __/ __|
  | |  __/ |   \ 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 

About

Turn anything into a serverless function

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Python 0.1%