Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valerauko/cljs-deno-example
A "hello, world" HTTP server example running ClojureScript on Deno
https://github.com/valerauko/cljs-deno-example
clojure clojurescript deno example http-server
Last synced: about 2 months ago
JSON representation
A "hello, world" HTTP server example running ClojureScript on Deno
- Host: GitHub
- URL: https://github.com/valerauko/cljs-deno-example
- Owner: valerauko
- License: epl-2.0
- Created: 2021-03-29T09:22:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T15:57:04.000Z (about 2 years ago)
- Last Synced: 2024-11-02T08:24:38.412Z (2 months ago)
- Topics: clojure, clojurescript, deno, example, http-server
- Language: Clojure
- Homepage:
- Size: 21.5 KB
- Stars: 36
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ClojureScript Deno example
A "Hello, world" HTTP server example running ClojureScript on Deno.
## Running
```shell
yarn start
```This will compile the ClojureScript into an ECMAScript module and load it in Deno. Visit http://localhost:8080 for a warm greeting.
Hot reloading does _not_ work, so you'll have to restart it manually after each change.