Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morucci/schat
- Owner: morucci
- License: mit
- Created: 2022-09-22T07:19:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T07:08:05.000Z (over 2 years ago)
- Last Synced: 2024-11-06T06:23:22.348Z (2 months ago)
- Topics: haskell, htmx, playground
- Language: Haskell
- Homepage:
- Size: 47.9 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```