Back to packages list

Vals using hono

Description from the NPM package:
Web framework built on Web Standards
nbbaier avatar
sqliteExplorerApp_DEV
@nbbaier
HTTP (deprecated)
Forked from nbbaier/sqliteExplorerApp
pomdtr avatar
codeOnValTown
@pomdtr
Script
Forked from andreterron/codeOnValTown
maxm avatar
honoExample
@maxm
HTTP (deprecated)
An interactive, runnable TypeScript val by maxm
pomdtr avatar
valtownByExample
@pomdtr
HTTP (deprecated)
Val town by example Usage Simple Example To add an example, just create a val. The val should start with a JSDoc style multi line comment that describes the example: /** * @title HTTP server: Hello World * @description An example of a HTTP server that serves a "Hello World" message. */ // this comment will be displayed on the left export const server = () => new Response("Hello world!") The title is required. Then, you can write the code. Code can be prefixed with a comment that describes the code. The comment will be rendered next to the code in the example page. Make sure your val is public, then go to https://pomdtr-val_town_by_example.web.val.run/v/<your-username>/<your-val> Using multiple vals You can add another val to your example by adding an @include directive /** * @title HTTP server: Hello World * @description An example of a HTTP server that serves a "Hello World" message. * @include pomdtr/secondary_val */ See @pomdtr/react_example Adding external resources to your example You can attach an external link to your val by using the @resource directive. External resources are specified using a markdown link. /** * @title HTTP server: Hello World * @description An example of a HTTP server that serves a "Hello World" message. * @resource [Val Town Docs](https://docs.val.town) **/ Adding examples to the homepage Just add your val in @pomdtr/val_town_by_example_toc
robsimmons avatar
sqlite_admin
@robsimmons
HTTP (deprecated)
Forked from stevekrouse/sqlite_admin
naserdehghan avatar
v1
@naserdehghan
HTTP (deprecated)
An interactive, runnable TypeScript val by naserdehghan
burningion avatar
valshot
@burningion
HTTP (deprecated)
Forked from vladimyr/valshot
stevekrouse avatar
amaranthYak
@stevekrouse
HTTP (deprecated)
Forked from nbbaier/sqliteExplorerApp
stevekrouse avatar
poembuilder
@stevekrouse
HTTP (deprecated)
Forked from nbbaier/poembuilder
stevekrouse avatar
magentaTrout
@stevekrouse
HTTP (deprecated)
Forked from stevekrouse/date_me_form
stevekrouse avatar
purpleOctopus
@stevekrouse
HTTP (deprecated)
Forked from stevekrouse/dateme
stevekrouse avatar
reloadOnSave
@stevekrouse
Script
Forked from stevekrouse/ReloadScript
nlnw avatar
frame
@nlnw
HTTP (deprecated)
Minimal val.town Farcaster Frame example. It supports dynamic image generation with Satori and ReSVG, and it's compatible with the Open Frames standard.
vladimyr avatar
gltf_torus
@vladimyr
HTTP (deprecated)
Forked from saolsen/gltf_torus
rwev avatar
page
@rwev
HTTP (deprecated)
@jsxImportSource https://esm.sh/react
parkerdavis avatar
sqliteExplorerApp
@parkerdavis
HTTP (deprecated)
Forked from nbbaier/sqliteExplorerApp