/hx_chat

Small example of a javascript free chat app, using OCaml and HTMX

Primary LanguageOCaml

Prerequisites

  • nix with flake support

Start the application

  1. nix develop -c sqlite3 db.sqlite <create_table.sql
  2. build the app (nix build)
  3. run the app (nix run .# -- --db_file db.sqlite)