0.0.6 • Published 2 years ago

bebo v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

bebo

SCI + deno experiment.

Install from CDN

$ deno install --allow-all --name bebo https://cdn.jsdelivr.net/npm/bebo@0.0.5/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/
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago