code-template

JSON Template

View the Project on GitHub aaronp/code-template

Build Maven Central License

Building

This project is built using sbt:

sbt test

Otherwise if you want to play around (and have docker installed) for a container-based experience:

./dockerTest.sh

About

A project which supports writing serverless-like applications which have the ability to actually reach stability.

That is, just drop-in the business logic script within some applications without having to change those applications.

Any time we have to create a new app, such as:

We have some overhead before we even do anything:

We should be able to do better - to offer an “insert here” business-logic in a lof our applications.

To read more, see here.