ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.46k stars 889 forks source link

Can someone continue maintain this project ? #344

Open portsip opened 5 years ago

portsip commented 5 years ago

Really like it, @ipkn it's possible let other contributor maintain it if you didn't have time ?

conradjones commented 4 years ago

@portsip you can just fork it on github and maintain it there

mrozigor commented 4 years ago

I have version with boost 1.7 fixes, added IP address field to HTTP request and fix with error during shutdown (https://github.com/mrozigor/crow). I'll try to address other issues in my free time ;)

kingsamchen commented 4 years ago

@mrozigor May I ask that are you still maintaining your fork of crow?

mrozigor commented 4 years ago

Sorry, but don't have time to create new things. Tried to address some issues, but that's all. If you want to commit something to my fork, then feel free - I'll try to look at this and merge it.

davidkennedydev commented 3 years ago

The really sad notice about this project slowdown is that it has more stars and forks than most of other REST API frameworks in C++ It’s simple a huge potential lost 😔

The-EDev commented 3 years ago

@DavidUser well it's not really lost if people are willing to support it, @ipkn is one person, just because he stopped working on the project doesn't mean it's done for, I'd suggest finding whatever bugs or issues and addressing them yourself, then making a PR to @mrozigor's repo since he has the most recent commit.

ayaankhan98 commented 3 years ago

@The-EDev yes you are right, nothing is lost we can make proper community for the maintainance of this project and for generating proper documentaion.

by continous maintainance and good documentaion we can take this project to next level. because of the fast nature of C++, if we are able to make this framework easy to use like other frameworks Express, Django etc, then may be in future people will start prefering to use C++ for web development

@DavidUser @mrozigor @portsip @ipkn