bebo
v0.0.6
Published
Deno bb
Downloads
7
Readme
bebo
SCI + deno experiment.
Install from CDN
$ deno install --allow-all --name bebo https://cdn.jsdelivr.net/npm/[email protected]/lib/bebo_main.js
Then run bebo
on a local or remote .cljs
file:
$ bebo run https://raw.githubusercontent.com/borkdude/bebo/v0.0.5/examples/server/example.cljs
Listening on http://localhost:8080/
Build and run
$ npx shadow-cljs release bebo
$ deno run --allow-read --allow-net lib/bebo_main.js examples/server/example.cljs
Listening on http://localhost:8080/