MCP: a contract between models and toolsWhat the Model Context Protocol actually is: host, client, server, tools as APIs, and the failure modes that show up once a stochastic caller has side effects.
WebAssembly as a compilation targetA 2023 note on WebAssembly as a compilation target for the web: where it helps, where JavaScript still wins, and which trade-offs matter in production.
WebSockets and real-time communicationWhen a long-lived TCP connection is the right tool, when HTTP or events on the server side are enough, and how a minimal Java endpoint looks.