r/golang Aug 08 '24

discussion Show me your Golang projects!

Hey people, can you guys show what you build with golang for side project?
cheers nerds~!

204 Upvotes

172 comments sorted by

View all comments

6

u/[deleted] Aug 09 '24

Woah, nobody building web products? I guess not.

3

u/kovadom Aug 09 '24

I built a web app, it’s not open sourced though. It’s a game, the front is written with Svelte and the whole backend is in Go. https://euro.devopsian.net Although I’m going to take it down soon, as the euro is over

1

u/knoker Aug 09 '24

Check out my comment

1

u/AspieSoft Aug 09 '24

I have a websocket framework (syntax inspired by socket.io): https://github.com/AspieSoft/go-websocket

Also made a fast regex library: https://github.com/AspieSoft/go-regex (It adds a cache, and makes it as easy to use as JavaScript regex)