Back to packages list

Vals using hono

Description from the NPM package:
Web framework built on Web Standards
tmcw avatar
getCookie
@tmcw
Script
Get a cookie from the request or optionally from inflight
tmcw avatar
setCookie
@tmcw
Script
Set a cookie and keep track of it inflight
tmcw avatar
getInflight
@tmcw
Script
An interactive, runnable TypeScript val by tmcw
pomdtr avatar
blog
@pomdtr
HTTP (deprecated)
Val Town Blog A blog written, developed and hosted on val.town. How ? Each article on this blog is contained single val, with a #blog tag. See this example article . // #blog // title: Example Post import { article } from "https://esm.town/v/pomdtr/article"; import { extractValInfo } from "https://esm.town/v/pomdtr/extractValInfo"; import { html } from "https://esm.town/v/stevekrouse/html?v=5"; export async function examplePost(req: Request) { const { author, name } = extractValInfo(import.meta.url); return html(await article(author, name)); } Each of these post work on it's own . This val is able to: list them with the /v1/search api (with a #blog query) post with different author than the owner of this val will be filtered out only public vals will be listed render the readme of those vals using remark (with github styling) This process run each time a user visit the web endpoint , so the blog is always up to date. You can get your own instance of the blog by just forking this val .
stevekrouse avatar
honoJSX
@stevekrouse
HTTP (deprecated)
Forked from pomdtr/honoJSX
stevekrouse avatar
honoExample
@stevekrouse
HTTP (deprecated)
An interactive, runnable TypeScript val by stevekrouse
maxjoygit avatar
handler
@maxjoygit
HTTP (deprecated)
Forked from tmcw/honoExample
pomdtr avatar
honoJSX
@pomdtr
HTTP (deprecated)
@jsxImportSource https://esm.sh/hono/jsx
nbbaier avatar
ardent_astronomy
@nbbaier
HTTP (deprecated)
Proof of concept for using Hono and remarkjs to create a slideshow. Slides here .
nbbaier avatar
servePDF
@nbbaier
HTTP (deprecated)
https://nbbaier-servePDF.web.val.run to view the PDF in browser https://nbbaier-servePDF.web.val.run/download to download the PDF
lavacxx avatar
honoTanaEndpoint
@lavacxx
HTTP (deprecated)
Forked from nbbaier/honoTanaEndpoint
nbbaier avatar
honoTanaEndpoint
@nbbaier
Script
An interactive, runnable TypeScript val by nbbaier
nbbaier avatar
tanaSave
@nbbaier
Script
An interactive, runnable TypeScript val by nbbaier
antonnyman avatar
honoExample
@antonnyman
HTTP (deprecated)
Forked from tmcw/honoExample
ryanwaits avatar
satsNameApi
@ryanwaits
HTTP (deprecated)
An interactive, runnable TypeScript val by ryanwaits
bis avatar
honoExample
@bis
HTTP (deprecated)
Forked from tmcw/honoExample