Skip to content

Examples

Try these examples in StackBlitz (runs on Node.js) or run locally with howth.

Servers

ExampleDescriptionStackBlitzRun with howth
HTTP ServerSimple HTTP server with JSON APIOpenhowth run server.js
Express AppFull Express.js applicationOpenhowth run server.js
Static ServerServe static filesOpenhowth run server.js
Proxy ServerHTTP proxy serverOpenhowth run proxy.js
WebSocket ChatWebSocket serverOpenhowth run server.js

Frameworks

ExampleDescriptionStackBlitzRun with howth
Next.jsNext.js app with API routesOpenhowth run node_modules/next/dist/bin/next -- start
RemixRemix with loaders and actionsOpenhowth run server.js
SvelteKitSvelteKit SSR appOpenhowth run build/index.js

TypeScript

ExampleDescriptionStackBlitzRun with howth
TypeScriptTypes, interfaces, importsOpenhowth run main.ts

Utilities

ExampleDescriptionStackBlitzRun with howth
CLI ToolCommand-line parsingOpenhowth run cli.js
Crypto UtilsHashing, encryptionOpenhowth run crypto.js
File ProcessorFile system operationsOpenhowth run processor.js
JSON DatabaseSimple JSON storageOpenhowth run db.js
Stream PipelineNode.js streamsOpenhowth run pipeline.js
LRU CacheIn-memory cachingOpenhowth run cache.js
Event SystemEventEmitter patternsOpenhowth run events.js
Template EngineString templatingOpenhowth run template.js
ValidatorInput validationOpenhowth run validator.js

All Examples

Browse all examples on GitHub.

Released under the MIT License.