i used guinicorn for gateway interface with multiple "workers", is there something like that for go or will go be able to handle it all itself?
net/http handles all that automatically
You mean a HTTP server with workers....?
what do you mean by workers? In Go we have goroutines and net/http handles every single request in a separate goroutine by default
Обсуждают сегодня