Idea: Cloud Compiler API

I am thinking if it is possible to have a public API that allows Haxe development on cloud basis? Mostly such API would consist of two parts:

  1. IDE support: e.g. Completion, through Haxe langauge server
  2. Compile Haxe code

On the back it could be supported by docker containers, each frontend (UI) would request an “instance” which is basically a Haxe compilation server running in the container.

This would allow editing and compiling haxe code examples right on the web, which could be very useful for educational purposes.

6 Likes

Have you seen https://github.com/codercom/code-server?

That looks interesting but I am looking for something like Haxe-as-a-service

1 Like