http-api
The Chi router foundation required by this capability.
websocket adds real-time bidirectional communication to your Go service, built on top of http-api.
Use websocket for features that need persistent bidirectional connections: chat, live dashboards, collaborative editing, or any scenario where the server must push updates without client polling.
Requires: http-api
verikt new my-service --language go --cap http-api,websocket# or add to an existing service:verikt add websockethttp-api
sse
auth-jwt