A digital copy of Ben Eater's 8 bit computer.
https://eater.net/8bit/
Big thanks for inspiration!
Look at the inner workings of a simple interactive computer. You can upload your own code - assembly language editor and compiler are provided. Alpha version will be released shortly.
Stack:
Computer engine: Python 3.8, Quart as REST API server
Web app: JAVA EE 8 + JSP on JBOSS 20
Communication over websockets (engine-webpage) and REST (database, compiler, managing instances of engine)
Persistence: MySQL/Hibernate