/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lenholgate.com
| | blog.separateconcerns.com
8.8 parsecs away

Travel
| | A pattern to send a feed of messages or events from a server to a client.
| | www.anmolsarma.in
6.9 parsecs away

Travel
| | TL;DR: DCCP is a relatively newer transport layer protocol which draws from both TCP and UDP. Jump straight to the example C code. Background Historically, the majority of the traffic on the Internet has been over TCP which provides a reliable connection-oriented stream between two hosts. UDP has been mainly used by applications whose brief transfers would be unacceptably slowed by TCP's connection establishment overhead or those for which timeliness is more important than reliability.
| | www.ccampo.me
7.5 parsecs away

Travel
| | I've really enjoyed using gRPC-Gateway to build gRPC/JSON-over-HTTP (RESTful) APIs in Go for quite a few years now. However, at first glance, itappears to be...
| | earthly.dev
26.2 parsecs away

Travel
| Learn how to run a Ruby on Rails application inside a Docker container and discover best practices for building Docker images. This tutorial covers...