Twitch.TV-like live chat on the web. Uses HTMX to poll for messages.
0dbf9c90a6
- Slynk server - Formatting output - wait-for-clack-handler - The WebSocket snippet from https://lispcookbook.github.io/cl-cookbook/websockets.html adatpted instead of hx-sse extension - Persistent bottom navbar - white-space: nowrap |
||
---|---|---|
.gitignore | ||
live-chat-cgi.lisp | ||
live-chat-db.lisp | ||
live-chat-main.lisp | ||
live-chat-routes.lisp | ||
live-chat-ui.lisp | ||
live-chat-ws.lisp | ||
live-chat.asd | ||
makefile | ||
package.lisp | ||
readme.org |
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.