as someone who was using Zig as my language of choice for the last 3 years (from Zig 0.11, which maybe is 2.5 years), I really want to make production ready software.
I tried jetzig for the last year, I used it for my school’s final exam project, I even made a template project with 2fa.
then I found zzz and its io tardy and I preferred using it for it’s performance (and httpz being the slowest in zzz’s benchmarks). but wanting to port my project template from jetzig felt like a lot of redundant work since the development of both frameworks felt as if they slowed down.
I think these frameworks are still at zig 0.15.2.
so I opted to use std’s http after Andrew’s clarification to my question, and now I’m making a web-app library and yet another native psql client for zig to make it plug-able to any framework/ORM. and to make sure they work I try to make a web-app to try them. and working on my libraries I don’t know if they are production-ready nor how to make sure they are.
this week i was looking for a Zig framework and found spider which I liked here is a video, but I have the same question, how do I know if it’s production-ready? and should I discard my library and use spider?
sorry for the long post, I just don’t know what to say or what to do. sorry