Hacker News new | ask | show | jobs
by graham-miln 2882 days ago
I used Go for the web server in Miln Beyond: https://miln.eu/beyond/

The choice between writing the server in Objective-C or Swift, versus Go was easy. For servers, Go is a natural fit.

Beyond's front end is a traditional macOS Cocoa application but the hard work is all handled by a Go binary.

1 comments

This is a very big think in golang I think! I really like to write a quick microservice etc.