Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astynax/bb-web
A couple of examples of using the Babashka in WebDev
https://github.com/astynax/bb-web
Last synced: about 11 hours ago
JSON representation
A couple of examples of using the Babashka in WebDev
- Host: GitHub
- URL: https://github.com/astynax/bb-web
- Owner: astynax
- Created: 2024-10-31T18:21:55.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T17:47:07.000Z (about 2 months ago)
- Last Synced: 2024-11-02T18:28:17.637Z (about 2 months ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Babashka & Web experiments
Here you can find a bunch of small webapps each of which is a standalone Babashka script.
### Contents
- [scittle-ticker.clj](./scittle-ticker.clj) - a "fullstack" app with [Babashka](https://babashka.org/) on the server and the [Scittle](https://babashka.org/scittle/) + [PicoCSS](https://picocss.com) on the client side. No JS needed to be build!
- [htmx-todo-app.clj](./htmx-todo-app.clj) - a simplified interactive TODO App built using [HTMX](https://htmx.org) and also PicoCSS. Here no client-side code was written at all!