Skip to content

Writing Your First Server

Scaffolding

Define an interface in IDL

Mainloop API

Accepting a new client

Per-client state

Reply to the client

**`ChannelSender` to send to clients from multiple places**

Do not trust the client!

Next Steps