- minimal but stable FastCGI runtime that recompiles server pages as needed
- minimal dependencies
- web apps written for it should still run in 10+ years without change
- combine the advantages of C++ with those of PHP
- equal-or-better performance in most scenarios
- implement an additional WebSockets broker so I can use the same runtime for live apps
Currently it's very early in development and very clunky still.
Right now it's just a Git repo: https://github.com/ThingamaNet/uce
My project goals:
Currently it's very early in development and very clunky still.