Next.js using Go RPC Server for your API
May 1, 2023 · 8 min read · Outline This post provides a tutorial on setting up a Go RPC Server to server your API to your Next.js application. Part 1 covers setting up a Go RPC server to handle HTTP requests, including creating a client that connects to the server and calls t...
Join discussion