Documentation
¶
Overview ¶
Package webchat is tomo's built-in channel: a small single-page UI served on localhost and a streaming endpoint behind it. No third-party dependency, so it is the channel that always works and the one to develop against.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebChat ¶
type WebChat struct {
Addr string // listen address, e.g. 127.0.0.1:8765
// contains filtered or unexported fields
}
WebChat serves the UI and turns browser requests into exchanges.
Click to show internal directories.
Click to hide internal directories.