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.47k stars 890 forks source link

Is crow still being developed and maintained? #227

Open moneroexamples opened 7 years ago

moneroexamples commented 7 years ago

It hasn't seen any commit since last year, so just wondering if the crow development is still ongoing or it has been abandoned, or just its very slow.

hoxnox commented 7 years ago

Maybe community can help? There are many people interested in this project. @ipkn, just say how we can help and lead us. Or delegate somebody.

aggsol commented 7 years ago

With 22 open PRs, some of them from 2015, I would say a fork is more than welcome.

p-groarke commented 7 years ago

+1

moneroexamples commented 7 years ago

For new project, I will be looking at something else than crow. This seems promising. https://nghttp2.org/documentation/libnghttp2_asio.html

p-groarke commented 7 years ago

Personally I'm building my own stack with simple-web-server as the http/websocket solution. The api is somewhat close to crow, though not as nice. I'll probably make some sort of wrapper on top to enable the awesome flask notation macro. I'll report back here if I can subdue cmake into submission ;)

On Jul 9, 2017, at 4:43 PM, moneroexamples notifications@github.com wrote:

For new project, I will be looking at something else than crow. This seems promising. https://nghttp2.org/documentation/libnghttp2_asio.html https://nghttp2.org/documentation/libnghttp2_asio.html — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ipkn/crow/issues/227#issuecomment-313953320, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJk0xkWo9ZvEbXkffBCyOBjGg2CPMfXks5sMTtogaJpZM4M-vCW.

jamiebullock commented 7 years ago

+1

@ipkn what are your plans for this project? Is it still actively maintained?

ipkn commented 7 years ago

Sorry for the current status of the project. I'm really busy these days and can't make a time for the project. I think i will be less busy after this month.

For the plan, I hope to add following features.

I think at least I can add http/2 this year.

Again, I am very sorry for all the people interested in this project for late update and no communications.

jamiebullock commented 7 years ago

@ipkn Thanks for the update and the info. As a library maintainer myself, I understand how difficult it is to keep things going. It's good to hear you still plan to work on this in the future.

p-groarke commented 7 years ago

@ipkn Thanks for the update! Would it be reasonable to extract some of the behavior as dependencies to alleviate the maintenance work load? Anyhow, good luck with real life :)

moneroexamples commented 7 years ago

@ipkn

Thanks for update and glad to hear crow will continue. Its great project.