/gleam_playground

A Gleam playground based on the original 'Better Go Playground' project by x1unix. The playground is powered by React, the Monaco editor, OpenFaaS and the FastAPI Python framework.

Primary LanguageTypeScriptMIT LicenseMIT

A Gleam playground

alt text

This is a playground for running snippets of Gleam code in the browser. This project is based on the excellent go-playground by x1unix. Most of the frontend remain the same as in the original project, while the backend that actually compiles and runs the written Gleam code has been switched out with OpenFaaS running functions written in Python using the FastAPI framework.

Deployment instructions

TODO