A look at the Serverless Manager
Serverless is a trend in Software Architecture that reduces the notion of infrastructure allowing developers to not have to worry about load balancing, multithreading and other infrastructure issues and focus only on their code since the platform itself manages the resources.
Our Serverless Manager allows you to develop business logic as functions in any language (Java, Python, Node,...) and deploy them automatically as containers within the Manager.
Â
Other features of our Serverless Manager are:
Cloud Independence
Simple/Native Deployment on Cloud Providers
On Premise Deployment Support
Open-Source Technology
Multilanguage Support
Simplicity and Extensibility
The core technology on which we have built our Serverless Manager is Fn Project. Fn is built on Go and its architecture is based on Docker.