Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-deno
https://github.com/sarvagya8/awesome-deno
Last synced: 2 days ago
JSON representation
-
Newsletters
-
Online Playgrounds
-
-
Resources in Other Languages
-
Indonesian
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Perkenalan Deno dan Instalasi
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
- Berkenalan dengan Deno
-
Chinese
-
Hebrew
-
Japanese
-
Korean
-
Russian
-
Spanish
-
Uzbek
-
-
Modules
-
Online Playgrounds
- colors - A basic console color library intended for Deno.
- deno_std
- the deno.land/x
- csv - A simple CSV parser.
- http-libs - HTTP modules and typings.
- jwt - Port of auth0/jsonwebtoken.
- normalize_diacritics - Remove accents/diacritics in string.
- path - Deno Path Manipulation Libraries.
- textproto
- abc - A better Deno framework to create web application.
- alosaur - Alosaur - Deno web framework with many decorators.
- aqua - A minimal and fast web framework for Deno.
- bytes_formater - Format bytes (Uint8Array, ArrayBufferView, etc) output, useful when debugging IO functions.
- cac - Simple yet powerful framework for building command-line apps.
- camelcase - Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar.
- cli-spinner - Show spinners in the terminal while running long tasks.
- dejs - Ejs template engine for deno.
- denon - A file watcher with a for-await generator.
- deno_case_style - String validator and formater for different case style. eg: camelCase etc.
- deno-checksum - SHA1/MD5 algorithms.
- deno-context - Propagate deadlines, a cancellation and other request-scoped values to multiple promise. The behaviour is like Go's context.
- deno_cron - A cron Job scheduler that allows you to write human readable cron syntax with tons of flexibility
- deno-deamon - Make the Deno program run in the background.
- pietvanzoen/deno-dotenv - Dotenv handling for deno.
- cardosomarcos/deno-dotenv - Loads environment variables from .env for Deno projects.
- deno-express - Node Express ported to Deno.
- deno-fnparse - An extremely simple parser combinator for JavaScript.
- deno-globrex - Port of globrex to deno, glob to regular expression.
- deno_mongo - MongoDB database driver.
- deno-opn - Opens stuff like websites, files, executables. Cross-platform.
- deno-plugin-prepare - A library for managing Deno native plugin dependencies.
- deno-pretty-assert - A colorful assertEqual for deno.
- deno-prettystring - Format, trim and remove extra white spaces between characters from string.
- deno_random_interval - Helper to generate random interval.
- deno-slugify - A string slugifier for deno.
- deno-smtp - A smtp mail sender for deno.
- deno_tiny_templates - Template renderer for deno.
- deno_tokenizer - A simple tokenizer for deno.
- deno-using - An python-style with statements for deno.
- deno-uuid - UUID module for deno.
- deno-ws - An experimental implementation of websocket server for deno.ts.
- deno-websocket - 🦕A simple WebSocket library like ws of node.js library.
- deno-xml-parser - Deno XML parser ported from segmentio/xml-parser.
- denotrain - All-in-One web framework like express or fastify for Node.js with middleware support.
- dinatra - Sinatra like light weight web app framework for deno.
- djwt - Make JSON Web Tokens (JWT) on Deno based on JWT and JWS specifications.
- dso - A simple ORM library based on mysql.
- ensure - Ensure you are running a minimum version of Deno, Typescript, or V8.
- evt - Type safe replacement for EventEmitter.
- expect - Helpers for writing jest like expect tests in deno.
- gardens - A useful logging utility for JavaScript everywhere.
- gentleRpc - A JSON-RPC 2.0 TypeScript library for Deno and the browser.
- http - HTTP module including a file server.
- invert-kv - Invert key-value pairs in Deno.
- lazy - A linq-like lazy-evaluation iteration module.
- log - Logging module for Deno.
- marked - Markdown-to-HTML converter.
- ms - Easily convert various time formats to milliseconds.
- oak - A middleware framework for Deno's net server.
- online - Check if you're currently online in Deno.
- opine - Fast, minimalist web framework ported from ExpressJS.
- pogo - Server framework for Deno.
- postgres - Driver for PostgreSQL database.
- qrcode - QR code image generator for Deno.
- qs - A query string parser with nesting support.
- recursive-readdir - Recursively read directories in Deno.
- router - A high-performance basic router works anywhere.
- sax-ts - SAX-style XML parser ported from [sax-js](https://github.com/isaacs/sax-js).
- servest - A progressive HTTP server/router.
- sql-builder - An sql query builder.
- status - HTTP codes and status utility for Deno.
- type-fest - A collection of essential TypeScript types (port of sindresorhus/type-fest).
- unexpected - Extensible BDD assertion toolkit.
- up - Check if a website is up in Deno.
- watch - A file watcher.
- webview - Deno bindings for webview, a tiny library for creating web-based desktop GUIs.
- wu-diff-js - A diff library to compute differences between two slices using wu(the O(NP)) algorithm.
- youtube-deno - A Deno client library for the YouTube Data API for any interaction with YouTube.
- deno-mysql - MySQL database driver.
- deno-redis - An experimental implementation of redis client for deno.
- rubico - 🏞 [a]synchronous function composition; it just works.
- flags - Command line arguments parser for Deno based on minimist.
-
-
Docs
-
Official Docs
-
Online Playgrounds
-
External Docs
-
-
Tools
-
Online Playgrounds
- denoinit - Denoinit generates useful files for Deno project.
- elm-live-reload - An elm live reloader written in Deno.
- clone - A simple utility for the convenient clone.
- dedep - Manage dependency versions.
- denoget - Denoget installs executable Deno script.
- denoify - For NPM module authors that would like to support Deno but do not want to write and maintain a port.
- denoliver - A simple, dependency free file server with live reload.
- denomander - Deno command-line interfaces inspired from commander.js.
- denon - A daemon script runner, like nodemon. Built in and for Deno.
- denoversion - SemVer and git version management for Deno.
- denox - Like packages.json scripts, but for Deno with permissions support.
- deno.mk - Cross-platform Makefile for installing and running Deno.
- deno-docker
- deno-docker
- deno-vscode - Leverage the typedef and intellisense built into vscode using this extension.
- dev_server - Let TypeScript files be used directly in the script tag.
- justjavac/dvm - Deno Version Manager: manage multiple active Deno versions.
- axetroy/dvm - Version manger for Deno without runtime dependencies.
- nessie - Create, migrate and rollback migrations for PostgreSQL, MySQL and SQLite.
- packer-provisioner-deno - A Packer plugin that makes it easy to build virtual machine images with Deno scripts.
- pagic - The easiest way to generate static html page from markdown, built with Deno.
- starter - Deno module starter template with GitHub Actions CI
- task-runner - Write tasks just like npm scripts.
- typescript-deno-plugin - Deno language service plugin, providing intellisense in TypeScript files within editors.
- udd - Update Deno dependencies: updates import statements to their latest published version.
- vscode-deno - VS Code extension that provides Deno support using the typescript-deno-plugin.
- dpm - Deno Package Manager, install global command for deno. like denoget.
- pika Deno plugin
- denopkg - An easier way to use code from GitHub in your Deno project.
-
-
Articles
-
Online Playgrounds
- Develop with Deno and Visual Studio Code
- First thoughts on Deno, the JavaScript/TypeScript run-time
- Getting started with Deno
- What's Deno, and how is it different from Node.js?
- Write a small API using Deno
- Deno on Cloud Run
- Learn Deno: Chat app
- From Node to Deno
- Create a simple Note-taking app with Deno
-
-
Presentations
-
Online Playgrounds
- 10 Things I Regret About Node.js - Ryan Dahl - JSConf EU 2018
- Slides
- JSDC 2018#A01 - Deno, A New Server-Side Runtime By Ryan Dahl
- Slides
- Ryan Dahl. Deno, a new way to JavaScript. JS Fest 2019 Spring
- Slides
- Slides
- Ryan Dahl: A secure runtime for JavaScript and TypeScript | js.la April 2019
- Slides
- Ryan Dahl: Deno, a new way to JavaScript - HolyJS 2019 Piter
- Slides
- Slides
- Michał Sabiniarz - How to contribute to Deno? - Deno Warsaw
- Slides
- Slides
- Ryan Dahl & Kitson Kelly: Deno is a New Way to JavaScript - TSConf 2019
- Rafał Pocztarski — From Node.js to Deno - JavaScript/TypeScript runtime built with V8 and Rust [EN
- Rafał Pocztarski - What is Deno? A new runtime for modern JavaScript and TypeScript backends for 2020s - Deno Warsaw
- Bartek Iwańczuk - Deno internals, how modern runtime is built - Deno Warsaw
-
Programming Languages
Categories
Sub Categories
Keywords
deno
56
typescript
28
denoland
12
denorg
5
node
5
cli
5
browser
4
http
4
javascript
4
nodejs
3
string-manipulation
3
server
3
framework
3
dvm
2
deno-mysql
2
dotenv
2
vscode
2
typescript-library
2
promise
2
iterator
2
websocket
2
node-js
2
async-await
2
network
2
web
2
api
2
online
2
http-server
2
eventemitter
1
jwt
1
jsonwebtoken
1
deonrg
1
react-native
1
esmodules
1
fetch
1
authentication
1
json-rpc2
1
rpc
1
js
1
router-middleware
1
oak
1
middleware-frameworks
1
pogo
1
middleware-framework
1
linq
1
lazy
1
hacktoberfest2023
1
iteration
1
enumeration
1
enumerable
1