A Blazingly Fast Web Framework: FastWeb

By Richard Szibele
09 September, 2017

UPDATE 14 June 2019: I am no longer working on this project.

I have switched from Wordpress to my own C++ web framework called FastWeb.

Wordpress was just too slow for my taste, even with caching, so I decided to take things into my own hands and start developing a C++ web framework with focus on execution and development speed in which I can write my own blog which suits my needs. Not to mention, I already wanted a C++ web framework which is similar in design to ASP .Net and there are none that come close.

This site is already running on the new framework and it's blazingly fast, even without caching. Without caching the dynamic pages are generated in about five milliseconds, with caching the pages are fetched instantly (under one millisecond).

It's still under development and there are a lot of things I would like to improve, but I'll get to that when I have more time.

The framework is available under the Apache 2.0 license and is available on GitHub FastWeb C++ Web Framework.

← back