I apologize if the title seemed misleading. The code execution part is built on a serverless framework, FaaS
https://github.com/alexellis/faas. At some point, I might be able to incorporate the web page itself as being executed through FaaS, but for now, it is served up through a service that runs alongside the serverless code execution.
That being said, I chose to go with the FaaS so I could support more languages for execution of code than AWS or Azure currently does. Which I am working on adding more languages as develope new features for this project.
Please let me know if you have any other feedback.
Kind Regards