---
title: "A look at the Serverless Manager"
canonical: "https://onesaitplatform.refined.site/space/DOCT/3899064321/A%20look%20at%20the%20Serverless%20Manager"
format: markdown
---
**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.

![image](media://21789dad-49e7-42d6-bd16-f50dcdd23ffe)


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.