Explore >> Select a destination


You are here

bartlomiejmika.com
| | jbrandhorst.com
1.2 parsecs away

Travel
| | Putting it all together As we touched upon earlier, we generate a package from the generated JS (meta, right?), which can be served from the server. We'll create a new file, main.go, in which we can spin up a server, serve the frontend and the gRPC backend. Much of the logic in this file is inspired by the excellent blog post put together by Brandon Philips over at CoreOS. We're using his elegant solution to serve both the HTTP API and the gRPC API on the same port.
| | alexandrugris.github.io
1.3 parsecs away

Travel
| | These are my first steps in Go, this time learning how to build web services. The post touches handling requests, json serialization, middleware, logging, da...
| | www.thepolyglotdeveloper.com
1.3 parsecs away

Travel
| | Learn about GraphQL and how to use it to query for data in Golang without creating numerous RESTful API endpoints.
| | bartlomiejmika.com
21.7 parsecs away

Travel
| The purpose of this post is to learn how our basic API server can read the body of a request. In addition, we will learn how to use an easy-to-use simple database for beginners called scribble.