3 ms·
I never used a C++ web framework, how does this compare to the (few) other existing ones like Wt or crow?
by axorb 12y ago
I never used a C++ web framework, how does this compare to the (few) other existing ones like Wt or crow?
- matt42 12y agoWt is more focused on providing Qt-like widget of building interfaces server side. Silicon does have any tool to build html pages. It lets the client do the rendering. Crow is a more similar to silicon. But silicon has several advantages: - several backend (microhttpd, websockets) - sql middlewares and orm for sqlite and mysql - dependency injection (ps: I have no experience with crow)