Deno
A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
Contents
- Automation
- CLI utils
- Database
- Editor framework
- Frontend development
- Frontend framework
- Game engine
- Image
- LLM
- Logging
- Machine learning
- Markdown
- Math
- Static site generator
- String utils
- Social Platform APIs
- Template engine
- Testing
- Utils
- Validation
- Video
- Web framework
- WebSocket
- Web utils
- Webview
- XML
Modules
Automation
CLI utils
Database
Frontend development
Frontend framework
Game engine
Image
LLM
Logging
Machine learning
Markdown
Static site generator
String utils
Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar.
String validator and formater for different case style. eg: camelCase etc.
Social Platform APIs
Template engine
Testing
A library which provides a high-level API to control Chromium or Chrome over the DevTools Protocol.
A small library to make your Deno benchmarking progress and results look pretty.
Utils
Format bytes (Uint8Array, ArrayBufferView, etc) output, useful when debugging IO functions.
Cron library with advanced scheduling features, well-documented API, and zero dependencies.
Utility to streamline deno app configuration management through cli, .env and json files
Propagate deadlines, a cancellation and other request-scoped values to multiple promise. The behaviour is like Go's context.
A cron Job scheduler that allows you to write human readable cron syntax with tons of flexibility
Get formatted time duration from a timestamp or a human-readable string.
A strongly typed fork of the popular EventEmitter3 with a focus on EcmaScript module syntax, TypeScript and modern tooling.
A internationalisation/localisation/translation (i18n/l10n/t9n) library with a wrapper for Fresh and support for plurals and dynamic replacement.
Javascript module for generating, solving, analyzing and displaying mazes.
A collection of essential TypeScript types (port of sindresorhus/type-fest).
Powerful and simple lock (mutex) library to handle race conditions with zero dependencies
A diff library to compute differences between two slices using wu(the O(NP)) algorithm.
Web framework
Full Stack web framework with React + Faster. Fully compatible with Deno Deploy.
based Deno web server framework that simplifies backend development with built-in tools and automation.
WebSocket
Web utils
Webview
Tools
dpm
Configuration as code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
For NPM module authors that would like to support Deno but do not want to write and maintain a port.
A tool for extracting application code and npm packages from stand-alone Deno executables.
Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu.
A CLI tool used to generate type definitions for serialised data, currently supporting JSON to Rust and TypeScript.
Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.
A Packer plugin that makes it easy to build virtual machine images with Deno scripts.
Advanced process manager for Deno. With autorestart, fs watch, cron start, process telemetry, ipc, clustering, load balancer and more.
Convert a folder or a RSS URL to Studio pack for Lunii device
Update Deno dependencies: updates import statements to their latest published version.