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.43k stars 889 forks source link

`Crow is being maintained elsewhere` #387

Open The-EDev opened 3 years ago

The-EDev commented 3 years ago

This is just to notify anyone interested in Crow that it is being maintained by @mrozigor and myself here.

We've added many features and fixes (even released a new version), we also have travis running, documentation, and even small changes to the logo.

Any help is welcome, feel free to add issues, solve existing ones and send PRs, or Gitter with us about the project.

P.S. We have contacted @ipkn about this subject using different methods, and have yet to receive a response.

Zenahr commented 3 years ago

@The-EDev How does the linked fork relate to this repo? Should we jump over to your fork, will you migrate your changes in here at some point?

The-EDev commented 3 years ago

@Zenahr Well, given the fact that @ipkn has not contributed to this repo for the past 3 years means any possibility of migration is out of the question. We already contacted him regarding access to manage this repo ourselves but to no avail. So I would say Jump over to the fork.

NobodyXu commented 3 years ago

@The-EDev Which fork do you recommends as the replacement?

The-EDev commented 3 years ago

@NobodyXu CrowCpp/crow

NobodyXu commented 3 years ago

@The-EDev Thanks

NobodyXu commented 3 years ago

@The-EDev I think it might be a good idea to advertise the new repository so that people won’t treat this project as ‘unmaintained’ and the contribution effort will be centralized.

The-EDev commented 3 years ago

I would honestly love to further advertise the new repo. I have already commented wherever I can here, I bought https://crowcpp.org , and I've added crow to a couple of wikis. I would like to also go on some social media like reddit, but I don't want to have accounts there because of the whole data theft issues. Why don't you join our gitter and we can discuss this stuff there. Perhaps we can find people willing to spread the word around or make specific suggestions on how to improve the general PR.

lucpattyn commented 2 years ago

@The-EDev - Would be great to have a login and authentication example to add value to the project. Then it would be real useful.

The-EDev commented 2 years ago

@The-EDev - Would be great to have a login and authentication example to add value to the project. Then it would be real useful.

Agreed, I was working on an HTTP Authentication tutorial, but couldn't get it done in time, will hopefully be in the next batch of doc updates :)