Explore >> Select a destination


You are here

labs.ioactive.com
| | blog.appsignal.com
2.8 parsecs away

Travel
| | Learn how to create and use an Elixir gRPC server
| | www.integralist.co.uk
3.5 parsecs away

Travel
| | Introduction Install gRPC Install Proto Buffer Compiler Hello World Proto Definition Ruby Example Go Example Conclusion Introduction I started designing a new microservice that I wanted to write in Go. The service was to be a JSON RPC service over TCP, and the expected consumer servicer I would build using Ruby. I had some initial concerns regarding the nature of TCP sockets with a highly scalable and distrubuted set of services (this was to be utilised within the BBC so these are genuine concerns to be ...
| | mherman.org
3.7 parsecs away

Travel
| | This tutorial looks at how to implement an API with Node, gRPC, and Postgres.
| | sookocheff.com
33.1 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...