Install

Get the Nevo Go SDK running in your project.

go get github.com/nevo-sh/nevo-go

Go 1.22+.

import nevo "github.com/nevo-sh/nevo-go"

The SDK depends on coder/websocket and google/uuid; nothing that will pull in a surprise transitive tree.

Verify

go doc github.com/nevo-sh/nevo-go

Next

Write a handler in Quickstart.