Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morucci/schat

A basic WEB chat based on Haskell, HTMX and Tailwindcss
https://github.com/morucci/schat

haskell htmx playground

Last synced: 15 days ago
JSON representation

A basic WEB chat based on Haskell, HTMX and Tailwindcss

Awesome Lists containing this project

README

        

# sChat

schat is a basic WEB chat written in Haskell, HTMX and tailwindcss.
Its purpose is to be a playground around HTMX.

## Start sChat

```
nix run
firefox http://127.0.0.1:8091
```

## Hack on sChat

```Shell
nix develop
ghcid -W -c 'cabal repl' -r="Chat.runServer"
firefox http://127.0.0.1:8091
```