Skip to content

ki7dk/tissue-examples

Repository files navigation

tissue-examples

Example Cells for the Tissue edge runtime.

Each subdirectory is a self-contained Cell you can deploy with ribo:

cd <example>
ribo deploy

JavaScript

Example What it shows
js-hello Minimal cell — routing, JSON responses
js-static-ping HTML page + JSON API endpoint
js-sweargen LCG word generator, seeded randomness
js-c3-notes C3 SQLite binding — CRUD notes app
js-notes Notes app with richer UI
js-url-shortener URL shortener backed by C3
js-api-racer Parallel fetch to 6 public APIs, latency benchmark
js-ai-agent LLM agent via Anthropic API
js-llm-chat Streaming LLM chat UI
js-growzone USDA plant hardiness zone lookup by US zip code

Rust → WASM

Example What it shows
rust-fib Fibonacci — minimal Rust WASM cell
rust-primes Prime sieve, CPU-bound computation
rust-analyst Text analysis (word frequency, readability)
rust-phonebook In-memory phonebook with Rust data structures
rust-spellcheck Levenshtein spell checker over 210k-word dictionary
rust-spfchecker SPF DNS record validator — RFC 7208 compliance analysis

TypeScript

Example What it shows
ts-events-api TypeScript cell with esbuild compile step

Prerequisites

  • ribo — Tissue deploy CLI
  • wasm-pack — for Rust examples
  • Rust toolchain with wasm32-unknown-unknown target: rustup target add wasm32-unknown-unknown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors