DEV Community

Evance Soumaoro
Evance Soumaoro

Posted on

Building a serverless runtime for learning

I spent a portion of my time off learning and experimenting with serverless platforms. I managed to implement a basic runtime in Golang that can build, load, and run functions written in NodeJS and Golang. The source code is available at the following repositories.

The following video is a short demo of the toy project executing a sample cloud function.

A full article explaining more implementations details and project structure is available on my Blog

Top comments (0)