A the beginning I would like to explain what Flux is. Flux is a small web application which provides online Unix-like shell. It’s not only a shell. I trying to create small web imitation of the operting system. Now, You can find here an implementation of a virtual file system, executor component and virtual applications. I have some ideas for next releases but now I don’t wanna share it with you.
Here we have a second branch of the project. Flux 1 was written in Java language and it was based on the Play framework. Flux 2 was made in C++. Yep, I know what you think… "C++ and web-apps? What the hell is wrong with you?"
Many people thinks that C++ developing is very difficult - many times that is true, but if you want to make fast, lighweight and high-level app It can be very, very easy. Sometimes much easier than with PHP.