Introduction
Our platform is the first less-code JavaScript platform for the cloud. It provides a new way to develop cloud code with minimum coding. It is a no-ops platform doing transparent cloud deployment and management on any server for you.
It is dedicated to JavaScript/TypeScript only and gives you an incredible velocity for your developments.
With us create
- a static webapp
- a dynamic webapp
- your SaaS implementation, front/back office
- computing or batch processing microservices
We provide you two tools: a Full Stack playground to code a frontend and backend snippet with automatic preview with zero configuration; and a project SDK to develop and deploy production grade projects (it includes an emulator to develop on your laptop). Our SDK is agnostic in terms of bundler, application frameworks so you can apply our less-coding approach on the tools/frameworks you already use.
Except for the best effort mutualised cloud we provide, we don't provide the physical or virtual servers to run your codes. We provide you a simple way to provision your servers in our managed cloud environments. After provisioning, you'll get all the benefit of no-ops for your servers.
Less-code approach
Less-code is a new way to develop cloud code with minimum coding. With our platform, developers just code Node.js modules instead of creating HTTP servers or functions, saving a huge amount of time.
The principe is: create a Node.js module, build it (your Node.js module will be prepared as a HTTP server and a client module is generated to give you access from your browser, Node.js scripts or Node.js modules), emulate it on your computer and deploy it on a cloud execution environment.
For example, this code
Is equivalent than this one
By avoiding to code HTTP layers, you can focus on your application logic only. And this is also true on the client side (browser or node.js).
For example, this browser code
Is equivalent than this one
No-ops on your servers
Our platform is no-ops in the sense that it provides developers transparent cloud deployment and management. On the developer side, no need to get Devops/ops skills. Deploying and managing the cloud is totally transparent to you.
When using our full stack playground, the no-ops is engaged each time you click on the 'Run' button to deploy and run the Node.js module of the snippet on an Azure cloud.
Our project SDK provides a set of CLI to build and deploy on a cloud environment. We provide you a way to provision your own physical or virtual servers in your cloud environments we manage for you, so you can adapt the cost, performance according to your needs.