Twitch.TV-like live chat on the web. Uses HTMX to poll for messages.
Go to file
2024-10-11 16:45:22 -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-core.lisp Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
live-chat-db.lisp Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
live-chat-hunchentoot.lisp Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
live-chat-main.lisp Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
live-chat.asd Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
makefile Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
package.lisp Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00
readme.org Initial commit for git.lain.church 2024-10-11 16:45:22 -04:00

What It Is

Twitch.TV-like live chat on the web. Uses HTMX to poll for messages. No database support (yet).