Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.