开发者

Are there web frameworks for Boost::asio?

It sounds a bit strange using C++ for web developing, but with node.js becoming popular I think it's reasonable for C++ to do web stuff.

node.js is similar to Boost::asio, they are both asynchronous and having high performance. I think it is natural for C++ have its own web framew开发者_StackOverflow中文版ork based on Boost::asio.

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


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


They exist, but all the ones I know of are "in-house". Once you're writing C++ using asio, it's not that big a leap to take something like google ctemplates, write a webserver and do a framework.


the boost beast is avaliable now https://github.com/boostorg/beast

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜