πŸ’½Program

Programs are special entries that define code to run on Aleph.im virtual machines.

Aleph-VM (virtual machine) is optimized to run programs on demand in a "function-as-as-service", as a response to HTTP requests. Programs can be written in any language as long as they can run a web server. They benefit from running in their own, customizable Linux virtual environment.

Writing programs in Python using ASGI-compatible frameworks ( FastAPI, Django, ...) allows developers to use advanced functionalities not yet available for other languages.

You can find more documentation about Aleph-VM here

If you want to write programs in other programming languages with examples check this!

Last updated