cljs-deno-example icon indicating copy to clipboard operation
cljs-deno-example copied to clipboard

A "hello, world" HTTP server example running ClojureScript on Deno

ClojureScript Deno example

A "Hello, world" HTTP server example running ClojureScript on Deno.

Running

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.