Twitch.TV-like live chat on the web. Uses HTMX to poll for messages.
Go to file
Bubblegumdrop 0dbf9c90a6 Progress commit
- 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
2024-10-13 00:31:11 -04:00
.gitignore Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
live-chat-cgi.lisp Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
live-chat-db.lisp Fully WebSocket Server. 2024-10-12 19:53:34 -04:00
live-chat-main.lisp Progress commit 2024-10-13 00:31:11 -04:00
live-chat-routes.lisp Fully WebSocket Server. 2024-10-12 19:53:34 -04:00
live-chat-ui.lisp Progress commit 2024-10-13 00:31:11 -04:00
live-chat-ws.lisp Progress commit 2024-10-13 00:31:11 -04:00
live-chat.asd Progress commit 2024-10-13 00:31:11 -04:00
makefile Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
package.lisp Progress commit 2024-10-13 00:31:11 -04:00
readme.org Fully WebSocket Server. 2024-10-12 19:53:34 -04:00

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.