Recently I got interested in back end web development with C++ & found a framework named crow which is written in C++. I liked it but I couldn't find enough learning resource for this framework on Google , YouTube , SO and other places. Also the official repo of this framework is not that well documented. Is there anyone who can provide me with some good tuts , blogs or videos on this framework ?
Thanks in advanced.
Top comments (2)
If you have ever used Flask(Python), Sinatra(Ruby) or golang, this should be straightforward. Same stuff written in different languages.
I would recommend you to go through Your First Application - Crow
And after that check their examples from git repository: Examples
And..., if you think someone would benefit from a tutorial, do yourself a task to make those tutorials, because that is the best way to learn something.
Take love for your advice.