ragokan / bunicorn

Fast and type safe Bun, Deno and Edge backend and client framework!
http://bunicorn.js.org/
MIT License
18 stars 0 forks source link

Is it ready for production? #1

Open grapewheel opened 10 months ago

grapewheel commented 10 months ago

I like the bunicorn's code style, and the project is a clean bunjs backend framework, but the project is in the early stage, is it suitable to use in production now?

ragokan commented 10 months ago

Hello, I sadly don't think that it is production ready. I am making some progress when I am available but still it needs a couple of months to be production ready.

By the way, thanks for your interest!

grapewheel commented 10 months ago

Hello, I sadly don't think that it is production ready. I am making some progress when I am available but still it needs a couple of months to be production ready.

By the way, thanks for your interest!

OK, can't wait for it, I'm researching it can be work great with the Qwik

ragokan commented 2 months ago

Hello, maybe better late than never. @grapewheel

After the latest updates, I believe that Bunicorn is production ready now. We also have openapi generator -> https://bunicorn.js.org/server/openapi.html

I also break some stuff in history, please check the docs.

Have a great day!

ragokan commented 2 months ago

Oh, while deciding whether it is ready or not, I also implemented many tests to be sure of it.

image