/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

www.markusdosch.com
| | lchandara.wordpress.com
2.7 parsecs away

Travel
| | ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data. SignalR can be...
| | sookocheff.com
4.8 parsecs away

Travel
| | Note: To make this easier to read (and write), h1 may be used in place of HTTP/1, and h2 may used in place of HTTP/2. HTTP/1 has a long and storied history. Originally developed as a sixty page specification documented in RFC 1945, it was designed to handle text-based pages that leverage hypermedia to connect documents to each other. Typical web pages would kilobytes of data. For example, the first web page was a simple text file with web links to other text documents. Now, the web is made up of media-rich sites containing images, scripts, stylesheets, fonts, and more. The size of a typical web page is measured in megabytes rather than kilobytes, and the number of requests required to assemble a full page can be over one hundred. The reality of how web pages...
| | www.pubnub.com
2.1 parsecs away

Travel
| | Long polling: a backend technique that boosts efficiency for real-time web app communication. Ideal for scalable chat and notifications!
| | mherman.org
23.8 parsecs away

Travel
| This tutorial looks at how to implement an API with Node, gRPC, and Postgres.