https://github.com/nextjournal/garden-httpkit-ws-template
A deps-new template for generating a clojure websocket application backed by http-kit and squint-cljs, suitable for https://application.garden hosting
https://github.com/nextjournal/garden-httpkit-ws-template
application-garden-template
Last synced: 4 months ago
JSON representation
A deps-new template for generating a clojure websocket application backed by http-kit and squint-cljs, suitable for https://application.garden hosting
- Host: GitHub
- URL: https://github.com/nextjournal/garden-httpkit-ws-template
- Owner: nextjournal
- Created: 2024-05-15T11:01:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T11:33:58.000Z (over 1 year ago)
- Last Synced: 2025-09-17T02:51:28.637Z (4 months ago)
- Topics: application-garden-template
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Garden HTTPKit WebSocket Template
## Usage
Within an empty folder, run
```
garden init --project my-project-name --template io.github.nextjournal/garden-httpkit-ws-template
```
Local development
```
garden run
```
Deploy
```
garden deploy
```