Post #861973
2026-03-01 19:40 UTC
๐ฅ Introducing "Fire": a fast web framework for Go!
Still in very early development; figured I'd publish it already in case people want to help out early. (Early testing can help out a lot!) ๐ :boost_requested:
๐ https://codeberg.org/gofire/fire
#golang #opensource #webdev #codeberg #noai
Replies (3)
-
@thedoh@hachyderm.io 2026-03-03 13:30
@codecat huh... "inspired by Fiber. I've not heard of that, let me have a look. Oh, I see" I'll keep an eye on fire :)
-
@QuadRadical@wetdry.world 2026-03-27 23:19
@codecat @hexaheximal this may be interesting to you ^
-
@hexaheximal@mstdn.social 2026-03-27 23:22
@codecat this looks really cool! I guess I wasn't the only one with the idea of making a simple and slop-free reimplementation of a popular go web framework, although in my case I chose Echo to reimplement.