Explore >> Select a destination


You are here

golangbot.com
| | muhammadraza.me
2.3 parsecs away

Travel
| | In this post, we will understand how an HTTP server works by implementing one in Python.
| | blog.appsignal.com
2.4 parsecs away

Travel
| | Discover how to implement a long-running connection between two services with WebSocket, and then write unit tests for functionality.
| | blog.fanout.io
3.7 parsecs away

Travel
| | New to the subject of realtime APIs? This article is the place to start! We'll discuss the most common design approaches and their pros/cons, as well as link...
| | matttproud.com
40.4 parsecs away

Travel
| Pop quiz, hot shot: what is the behavior of func f (as defined below) when it is called from a bare gRPC method or HTTP handler as go f(ctx) using the context.Context provided to the handler?1 1 2 3 4 5 6 7 8 9 10 11 func f(ctx context.Context) { // Flimsily make it improbable for this function to continue while the // handler is serving. time.Sleep(time.Second) select { case <-time.