Hacker News new | ask | show | jobs
by vorg 4019 days ago
> use node to handle web requests and offload "heavier" work to c/rust/go if needed

Go's "net.http" package is fairly good for web requests.

1 comments

agreed but I prefer to use the same language for front and back end to reduce the context switch cost when working on both ends.