cl-chat-web/readme.org
Bubblegumdrop 8d3e31ef56 Fully WebSocket Server.
We're now using clack, lack, ningle, and websocket-driver.

Quite a few more dependencies.
2024-10-12 19:53:34 -04:00

12 lines
222 B
Org Mode

* What It Is
Twitch.TV-like live chat on the web. Uses HTMX to poll for messages.
* Database Connection
It's using CL-DBI for SQLite connection.
* WebSocket Support
Now with WebSocket support for authentic live chat.