Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-deno

A curated list of awesome Deno frameworks, libraries, software and resources.
https://github.com/denoone/awesome-deno

Last synced: 3 days ago
JSON representation

  • Resources in Other Languages

  • Docs

  • Modules

    • Online Playgrounds

      • deno_std
      • the deno.land/x
      • aqua - A minimal and fast web framework for Deno. ![GitHub stars](https://img.shields.io/github/stars/l2ig/aqua?style=plastic&logoWidth=1)
      • colors - A basic console color library intended for Deno.
      • cli-spinner - Show spinners in the terminal while running long tasks.![GitHub stars](https://img.shields.io/github/stars/ameerthehacker/cli-spinners?style=plastic)
      • csv - A simple CSV parser. ![GitHub stars](https://img.shields.io/github/stars/hashrock/deno-fnparse?style=plastic)
      • denon - A file watcher with a for-await generator. ![GitHub stars](https://img.shields.io/github/stars/denosaurs/denon?style=plastic)
      • deno-mysql - MySQL database driver.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno_mysql?style=plastic)
      • deno_mongo - MongoDB database driver.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno_mongo?style=plastic)
      • deno-redis - An experimental implementation of redis client for deno.![GitHub stars](https://img.shields.io/github/stars/keroxp/deno-redis?style=plastic)
      • deno_tokenizer - A simple tokenizer for deno.![GitHub stars](https://img.shields.io/github/stars/eliassjogreen/deno_tokenizer?style=plastic)
      • djwt - Make JSON Web Tokens (JWT) on Deno based on JWT and JWS specifications.![GitHub stars](https://img.shields.io/github/stars/timonson/djwt?style=plastic)
      • ensure - Ensure you are running a minimum version of Deno, Typescript, or V8.![GitHub stars](https://img.shields.io/github/stars/eankeen/ensure?style=plastic)
      • flags - Command line arguments parser for Deno based on minimist.![GitHub stars](https://img.shields.io/github/stars/denoland/deno_std?style=plastic)
      • gardens - A useful logging utility for JavaScript everywhere.![GitHub stars](https://img.shields.io/github/stars/partheseas/gardens?style=plastic)
      • gentleRpc - A JSON-RPC 2.0 TypeScript library for Deno and the browser.![GitHub stars](https://img.shields.io/github/stars/timonson/gentleRpc?style=plastic)
      • http-libs - HTTP modules and typings.![GitHub stars](https://img.shields.io/github/stars/denoserverless/http-libs?style=plastic)
      • jwt - Port of auth0/jsonwebtoken.![GitHub stars](https://img.shields.io/github/stars/denoserverless/jwt?style=plastic)
      • normalize_diacritics - Remove accents/diacritics in string.![GitHub stars](https://img.shields.io/github/stars/motss/deno_mod?style=plastic)
      • opine - Fast, minimalist web framework ported from ExpressJS.![GitHub stars](https://img.shields.io/github/stars/asos-craigmorten/opine?style=plastic)
      • path - Deno Path Manipulation Libraries.![GitHub stars](https://img.shields.io/github/stars/denoland/deno_std?style=plastic)
      • postgres - Driver for PostgreSQL database.![GitHub stars](https://img.shields.io/github/stars/buildondata/deno-postgres?style=plastic)
      • textproto
      • type-fest - A collection of essential TypeScript types (port of sindresorhus/type-fest).![GitHub stars](https://img.shields.io/github/stars/denoserverless/type-fest?style=plastic)
      • webview - Deno bindings for webview, a tiny library for creating web-based desktop GUIs.![GitHub stars](https://img.shields.io/github/stars/eliassjogreen/deno_webview?style=plastic)
      • abc - A better Deno framework to create web application. ![GitHub stars](https://img.shields.io/github/stars/zhmushan/abc?style=plastic&logoWidth=1)
      • alosaur - Alosaur - Deno web framework with many decorators. ![GitHub stars](https://img.shields.io/github/stars/alosaur/alosaur?style=plastic&logoWidth=1)
      • bytes_formater - Format bytes (Uint8Array, ArrayBufferView, etc) output, useful when debugging IO functions. ![GitHub stars](https://img.shields.io/github/stars/manyuanrong/bytes_formater?style=plastic&logoWidth=1)
      • cac - Simple yet powerful framework for building command-line apps.![GitHub stars](https://img.shields.io/github/stars/cacjs/cac?style=plastic&logoWidth=1)
      • camelcase - Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar. ![GitHub stars](https://img.shields.io/github/stars/denolib/camelcase?style=plastic&logoWidth=1)
      • dejs - Ejs template engine for deno.![GitHub stars](https://img.shields.io/github/stars/syumai/dejs?style=plastic)
      • deno_case_style - String validator and formater for different case style. eg: camelCase etc. ![GitHub stars](https://img.shields.io/github/stars/zekth/deno_case_style?style=plastic)
      • deno-checksum - SHA1/MD5 algorithms.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno-checksum?style=plastic)
      • deno-context - Propagate deadlines, a cancellation and other request-scoped values to multiple promise. The behaviour is like Go's context.![GitHub stars](https://img.shields.io/github/stars/code-hex/deno-context?style=plastic)
      • deno-deamon - Make the Deno program run in the background.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno-deamon?style=plastic)
      • pietvanzoen/deno-dotenv - Dotenv handling for deno.![GitHub stars](https://img.shields.io/github/stars/pietvanzoen/deno-dotenv?style=plastic)
      • cardosomarcos/deno-dotenv - Loads environment variables from .env for Deno projects.![GitHub stars](https://img.shields.io/github/stars/cardosomarcos/deno-dotenv?style=plastic)
      • deno-express - Node Express ported to Deno.![GitHub stars](https://img.shields.io/github/stars/NMathar/deno-express?style=plastic)
      • deno-fnparse - An extremely simple parser combinator for JavaScript.![GitHub stars](https://img.shields.io/github/stars/hashrock/deno-fnparse?style=plastic)
      • deno-globrex - Port of globrex to deno, glob to regular expression.![GitHub stars](https://img.shields.io/github/stars/hayd/deno-globrex?style=plastic)
      • deno-opn - Opens stuff like websites, files, executables. Cross-platform.![GitHub stars](https://img.shields.io/github/stars/hashrock/deno-opn?style=plastic)
      • deno-plugin-prepare - A library for managing Deno native plugin dependencies.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno-plugin-prepare?style=plastic)
      • deno-pretty-assert - A colorful assertEqual for deno.![GitHub stars](https://img.shields.io/github/stars/bokuweb/deno-pretty-assert?style=plastic)
      • deno-prettystring - Format, trim and remove extra white spaces between characters from string.![GitHub stars](https://img.shields.io/github/stars/OnikurYH/deno-prettystring?style=plastic)
      • deno_random_interval - Helper to generate random interval.![GitHub stars](https://img.shields.io/github/stars/zekth/deno_random_interval?style=plastic)
      • deno-slugify - A string slugifier for deno.![GitHub stars](https://img.shields.io/github/stars/jcardama/deno_slugify?style=plastic)
      • deno-smtp - A smtp mail sender for deno.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno-smtp?style=plastic)
      • deno_tiny_templates - Template renderer for deno.![GitHub stars](https://img.shields.io/github/stars/zekth/deno_tiny_templates?style=plastic)
      • deno-using - An python-style with statements for deno.![GitHub stars](https://img.shields.io/github/stars/hayd/deno-using?style=plastic)
      • deno-uuid - UUID module for deno.![GitHub stars](https://img.shields.io/github/stars/lucascaro/deno-uuid?style=plastic)
      • deno-ws - An experimental implementation of websocket server for deno.ts.![GitHub stars](https://img.shields.io/github/stars/keroxp/deno-ws?style=plastic)
      • deno-websocket - 🦕A simple WebSocket library like ws of node.js library.![GitHub stars](https://img.shields.io/github/stars/ryo-ma/deno-websocket?style=plastic)
      • deno-xml-parser - Deno XML parser ported from segmentio/xml-parser.![GitHub stars](https://img.shields.io/github/stars/nekobato/deno-xml-parser?style=plastic)
      • denotrain - All-in-One web framework like express or fastify for Node.js with middleware support.![GitHub stars](https://img.shields.io/github/stars/Caesar2011/denotrain?style=plastic)
      • dinatra - Sinatra like light weight web app framework for deno.![GitHub stars](https://img.shields.io/github/stars/syumai/dinatra?style=plastic)
      • dso - A simple ORM library based on mysql.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/dso?style=plastic)
      • evt - Type safe replacement for EventEmitter.![GitHub stars](https://img.shields.io/github/stars/garronej/evt?style=plastic)
      • expect - Helpers for writing jest like expect tests in deno.![GitHub stars](https://img.shields.io/github/stars/allain/expect?style=plastic)
      • invert-kv - Invert key-value pairs in Deno.![GitHub stars](https://img.shields.io/github/stars/denorg/invert-kv?style=plastic)
      • lazy - A linq-like lazy-evaluation iteration module.![GitHub stars](https://img.shields.io/github/stars/luvies/lazy?style=plastic)
      • ms - Easily convert various time formats to milliseconds.![GitHub stars](https://img.shields.io/github/stars/denolib/ms?style=plastic)
      • oak - A middleware framework for Deno's net server.![GitHub stars](https://img.shields.io/github/stars/oakserver/oak?style=plastic)
      • online - Check if you're currently online in Deno.![GitHub stars](https://img.shields.io/github/stars/denorg/online?style=plastic)
      • pogo - Server framework for Deno.![GitHub stars](https://img.shields.io/github/stars/sholladay/pogo?style=plastic)
      • qrcode - QR code image generator for Deno.![GitHub stars](https://img.shields.io/github/stars/denorg/qrcode?style=plastic)
      • qs - A query string parser with nesting support.![GitHub stars](https://img.shields.io/github/stars/denolib/qs?style=plastic)
      • recursive-readdir - Recursively read directories in Deno.![GitHub stars](https://img.shields.io/github/stars/denorg/recursive-readdir?style=plastic)
      • sax-ts - SAX-style XML parser ported from [sax-js](https://github.com/isaacs/sax-js). ![GitHub stars](https://img.shields.io/github/stars/Maxim-Mazurok/sax-ts?style=plastic)
      • servest - A progressive HTTP server/router.![GitHub stars](https://img.shields.io/github/stars/keroxp/servest?style=plastic)
      • sql-builder - An sql query builder.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/sql-builder?style=plastic)
      • status - HTTP codes and status utility for Deno.![GitHub stars](https://img.shields.io/github/stars/denosaurs/status?style=plastic)
      • unexpected - Extensible BDD assertion toolkit.![GitHub stars](https://img.shields.io/github/stars/unexpectedjs/unexpected?style=plastic)
      • up - Check if a website is up in Deno.![GitHub stars](https://img.shields.io/github/stars/denorg/up?style=plastic)
      • watch - A file watcher.![GitHub stars](https://img.shields.io/github/stars/jinjor/deno-watch?style=plastic)
      • wu-diff-js - A diff library to compute differences between two slices using wu(the O(NP)) algorithm.![GitHub stars](https://img.shields.io/github/stars/bokuweb/wu-diff-js?style=plastic)
      • youtube-deno - A Deno client library for the YouTube Data API for any interaction with YouTube.![GitHub stars](https://img.shields.io/github/stars/akshgpt7/youtube-deno?style=plastic)
      • deno-mysql - MySQL database driver.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno_mysql?style=plastic)
      • deno-redis - An experimental implementation of redis client for deno.![GitHub stars](https://img.shields.io/github/stars/keroxp/deno-redis?style=plastic)
      • marked - Markdown-to-HTML converter.![GitHub stars](https://img.shields.io/github/stars/denolib/marked?style=plastic)
      • opine - Fast, minimalist web framework ported from ExpressJS.![GitHub stars](https://img.shields.io/github/stars/asos-craigmorten/opine?style=plastic)
      • postgres - Driver for PostgreSQL database.![GitHub stars](https://img.shields.io/github/stars/buildondata/deno-postgres?style=plastic)
      • aqua - A minimal and fast web framework for Deno. ![GitHub stars](https://img.shields.io/github/stars/l2ig/aqua?style=plastic&logoWidth=1)
      • cli-spinner - Show spinners in the terminal while running long tasks.![GitHub stars](https://img.shields.io/github/stars/ameerthehacker/cli-spinners?style=plastic)
      • denon - A file watcher with a for-await generator. ![GitHub stars](https://img.shields.io/github/stars/denosaurs/denon?style=plastic)
      • deno_mongo - MongoDB database driver.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno_mongo?style=plastic)
      • deno_tokenizer - A simple tokenizer for deno.![GitHub stars](https://img.shields.io/github/stars/eliassjogreen/deno_tokenizer?style=plastic)
      • djwt - Make JSON Web Tokens (JWT) on Deno based on JWT and JWS specifications.![GitHub stars](https://img.shields.io/github/stars/timonson/djwt?style=plastic)
      • ensure - Ensure you are running a minimum version of Deno, Typescript, or V8.![GitHub stars](https://img.shields.io/github/stars/eankeen/ensure?style=plastic)
      • gardens - A useful logging utility for JavaScript everywhere.![GitHub stars](https://img.shields.io/github/stars/partheseas/gardens?style=plastic)
      • gentleRpc - A JSON-RPC 2.0 TypeScript library for Deno and the browser.![GitHub stars](https://img.shields.io/github/stars/timonson/gentleRpc?style=plastic)
      • http - HTTP module including a file server.![GitHub stars](https://img.shields.io/github/stars/denoland/deno_std?style=plastic)
      • log - Logging module for Deno.![GitHub stars](https://img.shields.io/github/stars/denoland/deno_std?style=plastic)
      • type-fest - A collection of essential TypeScript types (port of sindresorhus/type-fest).![GitHub stars](https://img.shields.io/github/stars/denoserverless/type-fest?style=plastic)
      • webview - Deno bindings for webview, a tiny library for creating web-based desktop GUIs.![GitHub stars](https://img.shields.io/github/stars/eliassjogreen/deno_webview?style=plastic)
      • flags - Command line arguments parser for Deno based on minimist.![GitHub stars](https://img.shields.io/github/stars/denoland/deno_std?style=plastic)
      • colors - A basic console color library intended for Deno.
      • colors - A basic console color library intended for Deno.
      • colors - A basic console color library intended for Deno.
  • Tools

    • Online Playgrounds

      • denoinit - Denoinit generates useful files for Deno project.![GitHub stars](https://img.shields.io/github/stars/syumai/deno-libs?style=plastic)
      • denopkg - An easier way to use code from GitHub in your Deno project.![GitHub stars](https://img.shields.io/github/stars/denopkg/denopkg.com?style=plastic)
      • deno-docker - docker?style=plastic)
      • elm-live-reload - An elm live reloader written in Deno.![GitHub stars](https://img.shields.io/github/stars/jinjor/deno-playground?style=plastic)
      • pika Deno plugin
      • velociraptor - An npm-style script runner for Deno.![GitHub stars](https://img.shields.io/github/stars/umbopepato/velociraptor?style=plastic)
      • clone - A simple utility for the convenient clone.![GitHub stars](https://img.shields.io/github/stars/ekaragodin/clone?style=plastic)
      • dedep - Manage dependency versions.![GitHub stars](https://img.shields.io/github/stars/egoist/dedep?style=plastic)
      • denoget - Denoget installs executable Deno script.![GitHub stars](https://img.shields.io/github/stars/syumai/denoget?style=plastic)
      • denoify - For NPM module authors that would like to support Deno but do not want to write and maintain a port.![GitHub stars](https://img.shields.io/github/stars/garronej/denoify?style=plastic)
      • denoliver - A simple, dependency free file server with live reload.![GitHub stars](https://img.shields.io/github/stars/joakimunge/denoliver?style=plastic)
      • denomander - Deno command-line interfaces inspired from commander.js.![GitHub stars](https://img.shields.io/github/stars/siokas/denomander?style=plastic)
      • denon - A daemon script runner, like nodemon. Built in and for Deno.![GitHub stars](https://img.shields.io/github/stars/denosaurs/denon?style=plastic)
      • denopkg - An easier way to use code from GitHub in your Deno project.![GitHub stars](https://img.shields.io/github/stars/denopkg/denopkg.com?style=plastic)
      • denoversion - SemVer and git version management for Deno.![GitHub stars](https://img.shields.io/github/stars/lucascaro/denoversion?style=plastic)
      • denox - Like packages.json scripts, but for Deno with permissions support.![GitHub stars](https://img.shields.io/github/stars/BentoumiTech/denox?style=plastic)
      • deno.mk - Cross-platform Makefile for installing and running Deno.![GitHub stars](https://img.shields.io/github/stars/MarkTiedemann/deno.mk?style=plastic)
      • deno-docker - docker?style=plastic)
      • deno-vscode - Leverage the typedef and intellisense built into vscode using this extension.![GitHub stars](https://img.shields.io/github/stars/ameerthehacker/deno-vscode?style=plastic)
      • dev_server - Let TypeScript files be used directly in the script tag.![GitHub stars](https://img.shields.io/github/stars/zhmushan/dev_server?style=plastic)
      • dpm - Deno Package Manager, install global command for deno. like denoget.![GitHub stars](https://img.shields.io/github/stars/BoltDoggy/deno?style=plastic)
      • justjavac/dvm - Deno Version Manager: manage multiple active Deno versions.![GitHub stars](https://img.shields.io/github/stars/justjavac/dvm?style=plastic)
      • axetroy/dvm - Version manger for Deno without runtime dependencies.![GitHub stars](https://img.shields.io/github/stars/axetroy/dvm?style=plastic)
      • nessie - Create, migrate and rollback migrations for PostgreSQL, MySQL and SQLite.![GitHub stars](https://img.shields.io/github/stars/halvardssm/deno-nessie?style=plastic)
      • packer-provisioner-deno - A Packer plugin that makes it easy to build virtual machine images with Deno scripts.![GitHub stars](https://img.shields.io/github/stars/dontlaugh/packer-provisioner-deno?style=plastic)
      • pagic - The easiest way to generate static html page from markdown, built with Deno.![GitHub stars](https://img.shields.io/github/stars/xcatliu/pagic?style=plastic)
      • starter - Deno module starter template with GitHub Actions CI.![GitHub stars](https://img.shields.io/github/stars/denorg/starter?style=plastic)
      • task-runner - Write tasks just like npm scripts.![GitHub stars](https://img.shields.io/github/stars/jinjor/deno-task-runner?style=plastic)
      • typescript-deno-plugin - Deno language service plugin, providing intellisense in TypeScript files within editors.![GitHub stars](https://img.shields.io/github/stars/justjavac/typescript-deno-plugin?style=plastic)
      • udd - Update Deno dependencies: updates import statements to their latest published version.![GitHub stars](https://img.shields.io/github/stars/hayd/deno-udd?style=plastic)
      • velociraptor - An npm-style script runner for Deno.![GitHub stars](https://img.shields.io/github/stars/umbopepato/velociraptor?style=plastic)
      • vscode-deno - VS Code extension that provides Deno support using the typescript-deno-plugin.![GitHub stars](https://img.shields.io/github/stars/justjavac/vscode-deno?style=plastic)
      • ako - Expressive middleware for deno using async functions. ![GitHub stars](https://img.shields.io/github/stars/ako-deno/ako?style=plastic)
      • pika Deno plugin
      • deno-docker - docker?style=plastic)
  • Articles

  • Presentations

  • Newsletters