Skip to content

Instantly share code, notes, and snippets.

@davidg238
davidg238 / server_counter.toit
Created November 19, 2022 01:55
Websocket update of browser page content
import http
import net
import websocket
/**
Example that demonstrates a web-socket server.
The server updates a counter for button presses.
*/