Back to packages list

Vals using hono

Description from the NPM package:
Web framework built on Web Standards
pomdtr avatar
pomdtr
codeOnValTown
Script
Forked from andreterron/codeOnValTown
0
maxm avatar
maxm
honoExample
HTTP
An interactive, runnable TypeScript val by maxm
0
pomdtr avatar
pomdtr
valtownByExample
HTTP
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
3
robsimmons avatar
robsimmons
sqlite_admin
HTTP
Forked from stevekrouse/sqlite_admin
1
naserdehghan avatar
naserdehghan
v1
HTTP
An interactive, runnable TypeScript val by naserdehghan
0
burningion avatar
burningion
valshot
HTTP
Forked from vladimyr/valshot
0
stevekrouse avatar
stevekrouse
amaranthYak
HTTP
Forked from nbbaier/sqliteExplorerApp
1
stevekrouse avatar
stevekrouse
poembuilder
HTTP
Forked from nbbaier/poembuilder
0
stevekrouse avatar
stevekrouse
magentaTrout
HTTP
Forked from stevekrouse/date_me_form
0
stevekrouse avatar
stevekrouse
purpleOctopus
HTTP
Forked from stevekrouse/dateme
0
stevekrouse avatar
stevekrouse
reloadOnSave
Script
Forked from stevekrouse/ReloadScript
6
nlnw avatar
nlnw
frame
HTTP
Minimal val.town Farcaster Frame example. It supports dynamic image generation with Satori and ReSVG, and it's compatible with the Open Frames standard.
1
vladimyr avatar
vladimyr
gltf_torus
HTTP
Forked from saolsen/gltf_torus
0
rwev avatar
rwev
page
HTTP
@jsxImportSource https://esm.sh/react
0
parkerdavis avatar
parkerdavis
sqliteExplorerApp
HTTP
Forked from nbbaier/sqliteExplorerApp
0
willthereader avatar
willthereader
personalWebsite
HTTP
Forked from willthereader/testWebsite
0