Nice use of modern C++:
Writing modern C++ servers using Wangle
by James Perry
From the article:
I mentioned in my previous post that I was able to build a prototype database engine within one day using Facebook’s Wangle so this post explains how I managed that. By the end of this post, you will be able to write a high-performance C++ server using Wangle. This post also serves as a tutorial which will be merged into Wangle’s README.md.
Add a Comment
Comments are closed.