null
Jiyus Functions Engine

Functions as a service

Jiyus’s event-driven approach to FaaS means there is no infrastructure to manage directly after you define an event and upload processing code. Your applications will naturally scale as the load grows, and high availability comes out-of-the-box, with no efforts required on the developer’s side.

Serverless functions

  • Get your application up and running in minutes
  • Deploy your code directly via API
  • No VMs or containers required
  • Pay only when code is running
  • 10 regions, 10 datacenters
  • 99.95% availability

The fastest way to build applications.

minutes-to-production

Minutes to production

Functions engine is the fastest way to get your application up and running. There are no containers to build and no VMs to deploy, just upload your code and define events to invoke functions.
unlimited-scalability

Unlimited scalability

As events that invoke functions can happen in parallel, functions are naturally horizontally scalable. There is no special programming required to build applications scalable to thousands of concurrent users.
ha-out-of-the-box

HA out of the box

Any function-based application is highly available —as long as the platform has enough available hardware resources to support its functioning, your function-based application will remain available.
programming-languages

Choice of programming languages

Runtime environments for Python 2.x, Python 3.x and NodeJS are available out of the box. Custom environments for other languages can be built too.
pay-per-use

Pay per use

An idle application consumes no resources and is essentially free. Pay only when applications are running to save more than VM- or container-based applications.
api-as-a-service

API as a service

API endpoints for serverless functions are provided by the Jiyus platform. You don’t need to deploy, monitor, or manage endpoints. Define a trigger and the platform will assign a unique URL to access your function.

How-to: Add a new function.

Use cases for serverless functions

null

Web applications

Build API methods to provide server-side data for your web applications, to use with popular web frameworks such as Angular, React, and Vue, and much more.

null

IoT and batch data processing

The functions engine is an ideal solution for any workload with varying load patterns. The functions backend will scale up on-demand when more processing power is required and scale back down automatically to free up unused resources.

null

API backend

Build the API methods for your applications using functions engine. Functions are easy to define; they use a straightforward data model and will not need architectural changes when the number of methods increases.