Comment on Ask HN: What web languages and frameworks would you recommend learning today?parentComments−vorg11yuse node to handle web requests and offload "heavier" work to c/rust/go if neededGo's "net.http" package is fairly good for web requests.−trevordev11yagreed but I prefer to use the same language for front and back end to reduce the context switch cost when working on both ends.
Comments
Go's "net.http" package is fairly good for web requests.
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.