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

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

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
```