Are there any web frameworks for Boost :: asio?

It sounds a little strange using C ++ for web development, but when using node.js it becomes popular. I find it reasonable for C ++ to do web material.

node.js is similar to Boost :: asio, they are both asynchronous and have high performance. I think it is natural for C ++ to have its own Boost :: asio-based web infrastructure.

So are there any web frameworks for Boost :: asio like Express, Geddy? And why, if not?

+5
source share
3 answers

There is pion , which is the boost :: asio HTTP server written in C ++. You can use this as a starting point for a C ++ web framework.

+2

, , , "". ++ asio, , - google ctemplates, - .

+1

boost beast is now available https://github.com/boostorg/beast

0
source

All Articles