jaeswift-website/api/data/awesomelist/denolib--awesome-deno.json

1 line
No EOL
49 KiB
JSON

{"slug": "denolib--awesome-deno", "title": "Deno", "description": "Curated list of awesome things related to Deno", "github_url": "https://github.com/denolib/awesome-deno", "stars": "4.4K", "tag": "Platforms", "entry_count": 308, "subcategory_count": 43, "subcategories": [{"name": "General", "parent": "", "entries": [{"name": "Docs", "url": "#docs", "description": ""}, {"name": "Modules", "url": "#modules", "description": ""}, {"name": "Registries", "url": "#registries", "description": ""}, {"name": "Showcases", "url": "#showcases", "description": ""}, {"name": "Tools", "url": "#tools", "description": ""}, {"name": "Integrations", "url": "#integrations", "description": ""}, {"name": "Articles", "url": "#articles", "description": ""}, {"name": "Blogs/Newsletters", "url": "#blogsnewsletters", "description": ""}, {"name": "Presentations", "url": "#presentations", "description": ""}, {"name": "Resources", "url": "#resources", "description": ""}, {"name": "Resources in Other Languages", "url": "#resources-in-other-languages", "description": ""}]}, {"name": "Official Docs", "parent": "Docs", "entries": [{"name": "Official Site", "url": "https://deno.com", "description": ""}, {"name": "Deno Manual", "url": "https://docs.deno.com", "description": ""}, {"name": "Deno API Reference", "url": "https://docs.deno.com/api", "description": ""}, {"name": "Deno Standard Library", "url": "https://jsr.io/@std", "description": ""}]}, {"name": "External Docs", "parent": "Docs", "entries": [{"name": "V8 Docs for Deno", "url": "https://denolib.github.io/v8-docs/", "description": ""}]}, {"name": "Online Playgrounds", "parent": "Docs", "entries": [{"name": "Deno Starter in Codesandbox", "url": "https://codesandbox.io/s/y56n2", "description": ""}, {"name": "myCompiler.io", "url": "https://www.mycompiler.io/new/deno", "description": ""}, {"name": "Repl.it", "url": "https://repl.it/languages/deno", "description": ""}]}, {"name": "Automation", "parent": "Modules", "entries": [{"name": "autopilot", "url": "https://github.com/divy-work/autopilot-deno", "description": "Autopilot - Cross-platform web automation with Deno.", "stars": "504"}, {"name": "swissknife", "url": "https://github.com/fakoua/SwissKnife", "description": "SwissKnife - Deno Swiss Knife tools for Windows.", "stars": "11"}]}, {"name": "CLI utils", "parent": "Modules", "entries": [{"name": "cac", "url": "https://github.com/cacjs/cac", "description": "Simple yet powerful framework for building command-line apps.", "stars": "2.9k"}, {"name": "charmd", "url": "https://github.com/littletof/charmd", "description": "A simple, extendable markdown renderer for your terminal.", "stars": "64"}, {"name": "chart", "url": "https://github.com/maximousblk/chart", "description": "Console ASCII line charts with no dependencies.", "stars": "67"}, {"name": "cli-spinner", "url": "https://github.com/ameerthehacker/cli-spinners", "description": "Show spinners in the terminal while running long tasks.", "stars": "57"}, {"name": "cliffy", "url": "https://github.com/c4spar/deno-cliffy", "description": "The complete solution for building interactive command-line tools.", "stars": "1.1k"}, {"name": "clite", "url": "https://github.com/jersou/clite-parser", "description": "Automatic CLI generation from a class.", "stars": "10"}, {"name": "commit-sage-cli", "url": "https://github.com/AhmedOsman101/commit-sage-cli", "description": "Generates Conventional Commit messages with AI based on Git repository changes.", "stars": "24"}, {"name": "kia", "url": "https://github.com/HarryPeach/kia", "description": "Simple terminal spinners for Deno \ud83e\udd95", "stars": "55"}, {"name": "terminal\\_images", "url": "https://github.com/mjrlowe/terminal_images", "description": "A Deno module and CLI tool for displaying images in the terminal.", "stars": "54"}, {"name": "tui", "url": "https://github.com/Im-Beast/deno_tui", "description": "Module which allows easy creation of Terminal User Interfaces.", "stars": "302"}, {"name": "with-env", "url": "https://github.com/bcheidemann/with-env", "description": "Simple command line utilty for executing commands with one or more .env files.", "stars": "5"}, {"name": "yargs", "url": "https://github.com/yargs/yargs", "description": "The modern, pirate-themed successor to optimist.", "stars": "11k"}]}, {"name": "Cloud APIs", "parent": "Modules", "entries": [{"name": "aws-api", "url": "https://aws-api.deno.dev/", "description": "From-scratch Typescript AWS API client built for Deno."}, {"name": "googleapis", "url": "https://googleapis.deno.dev/", "description": "Auto-generated Google API clients for Deno."}]}, {"name": "Database", "parent": "Modules", "entries": [{"name": "aloedb", "url": "https://github.com/Kirlovon/AloeDB", "description": "Light, Embeddable, NoSQL database for Deno without dependencies.", "stars": "142"}, {"name": "cotton", "url": "https://github.com/rahmanfadhil/cotton", "description": "SQL Database Toolkit for deno", "stars": "139"}, {"name": "dangoDB", "url": "https://github.com/oslabs-beta/dangoDB", "description": "A MongoDB ODM for Deno.", "stars": "119"}, {"name": "denodb", "url": "https://github.com/eveningkid/denodb", "description": "MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno.", "stars": "1.9k"}, {"name": "deno\\_mongo", "url": "https://github.com/denodrivers/deno_mongo", "description": "MongoDB database driver.", "stars": "518"}, {"name": "deno\\_mysql", "url": "https://github.com/denodrivers/mysql", "description": "MySQL database driver.", "stars": "265"}, {"name": "dndb", "url": "https://github.com/denyncrawford/dndb", "description": "Persistent and embedable NoSQL database engine written for Deno \ud83e\udd95.", "stars": "78"}, {"name": "dongoose", "url": "https://github.com/roonie007/dongoose", "description": "A simple and easy to use ORM for Deno KV.", "stars": "27"}, {"name": "dsddb", "url": "https://github.com/MaximilianHeidenreich/DsDDB", "description": "A dead simple persistant key-value database utilizing the JSON format.", "stars": "13"}, {"name": "dso", "url": "https://github.com/manyuanrong/dso", "description": "A simple ORM library based on mysql.", "stars": "92"}, {"name": "@iuioiua/redis", "url": "https://jsr.io/@iuioiua/redis", "description": "Fast, lightweight Redis client built upon the Web Streams API."}, {"name": "maxminddb", "url": "https://github.com/josh-hemphill/maxminddb-deno", "description": "A library that enables the usage of MaxmindDB geoIP database files", "stars": "14"}, {"name": "nessie", "url": "https://github.com/halvardssm/deno-nessie", "description": "Create, migrate and rollback migrations for PostgreSQL, MySQL and SQLite.", "stars": "525"}, {"name": "postgres", "url": "https://github.com/denodrivers/postgres", "description": "Driver for PostgreSQL database.", "stars": "649"}, {"name": "redis", "url": "https://github.com/denodrivers/redis", "description": "An experimental implementation of redis client for deno.", "stars": "465"}, {"name": "sql-builder", "url": "https://github.com/manyuanrong/sql-builder", "description": "An sql query builder.", "stars": "55"}, {"name": "yongo", "url": "https://github.com/yooneskh/yongo", "description": "Subset of Mongoose api in deno (like populate) but will not fully copy mongoose", "stars": "7"}]}, {"name": "Editor framework", "parent": "Modules", "entries": [{"name": "Denops", "url": "https://github.com/vim-denops/denops.vim", "description": "\ud83d\udc1c An ecosystem to write Vim/Neovim plugins with Deno.", "stars": "780"}]}, {"name": "Frontend development", "parent": "Modules", "entries": [{"name": "postcss", "url": "https://github.com/postcss/postcss-deno", "description": "A tool for transforming styles with JS plugins.", "stars": "57"}]}, {"name": "Frontend framework", "parent": "Modules", "entries": [{"name": "aleph.js", "url": "https://github.com/postui/aleph.js", "description": "A React framework in Deno, inspired by [Next.js](https://nextjs.org).", "stars": "5.2k"}, {"name": "fresh", "url": "https://github.com/denoland/fresh", "description": "The next-gen web framework.", "stars": "14k"}, {"name": "packup", "url": "https://github.com/kt3k/packup", "description": "Zero-config web application packager for Deno.", "stars": "337"}, {"name": "ultra", "url": "https://github.com/exhibitionist-digital/ultra", "description": "\ud83d\udc8e Modern Streaming React Framework in Deno.", "stars": "3k"}]}, {"name": "Game engine", "parent": "Modules", "entries": [{"name": "caviar", "url": "https://github.com/load1n9/caviar", "description": "\u26a1 Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser", "stars": "166"}, {"name": "neko", "url": "https://github.com/load1n9/neko", "description": "\ud83d\udc08 caviar's twin frame buffer deno module with a framebuffer canvas implementation", "stars": "48"}, {"name": "sdl2", "url": "https://github.com/littledivy/deno_sdl2", "description": "SDL2 module for Deno", "stars": "180"}]}, {"name": "Image", "parent": "Modules", "entries": [{"name": "ImageScript", "url": "https://github.com/matmen/ImageScript", "description": "Image processing in JavaScript, utilizing WebAssembly for performance.", "stars": "668"}, {"name": "monke", "url": "https://github.com/retraigo/monke", "description": "Color quantization and dithering library with extra image filters (blur, invert, etc).", "stars": "6"}]}, {"name": "LLM", "parent": "Modules", "entries": [{"name": "duckduckgo-ai-chat", "url": "https://github.com/mumu-lhl/duckduckgo-ai-chat", "description": "Providing Duckduckgo AI Chat API, which can use gpt-4o-mini for free.", "stars": "94"}]}, {"name": "Logging", "parent": "Modules", "entries": [{"name": "sentry\\_deno", "url": "https://github.com/GJZwiers/sentry_deno", "description": "Unofficial port of the Sentry SDK for JavaScript to Deno.", "stars": "11"}, {"name": "dlog", "url": "https://github.com/dpmland/dlog", "description": "A ussefull logger for the prompt with icons or simple version!", "stars": "3"}, {"name": "LogTape", "url": "https://github.com/dahlia/logtape", "description": "Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers.", "stars": "1.4k"}]}, {"name": "Machine learning", "parent": "Modules", "entries": [{"name": "classy-lala", "url": "https://github.com/retraigo/la-classy", "description": "Single-layer perceptrons for supervised learning tasks.", "stars": "5"}, {"name": "netsaur", "url": "https://github.com/denosaurs/netsaur", "description": "Powerful machine learning, accelerated by WebGPU", "stars": "250"}, {"name": "synaptic", "url": "https://github.com/load1n9/synaptic", "description": "Dependency-less neural network library ported to deno", "stars": "14"}, {"name": "appraisal", "url": "https://github.com/retraigo/appraisal", "description": "Feature extraction and conversion.", "stars": "5"}]}, {"name": "Mail", "parent": "Modules", "entries": [{"name": "deno-smtp", "url": "https://github.com/manyuanrong/deno-smtp", "description": "A smtp mail sender for deno.", "stars": "81"}]}, {"name": "Markdown", "parent": "Modules", "entries": [{"name": "marked", "url": "https://github.com/denolib/marked/", "description": "Markdown-to-HTML converter.", "stars": "9"}]}, {"name": "Math", "parent": "Modules", "entries": [{"name": "neo", "url": "https://github.com/denosaurs/neo/", "description": "Matrix and other math, accelerated by WebGPU", "stars": "68"}]}, {"name": "Static site generator", "parent": "Modules", "entries": [{"name": "lume", "url": "https://github.com/lumeland/lume", "description": "A static site generator similar to Jekyll or Eleventy with support for multiple file formats.", "stars": "2.2k"}, {"name": "pagic", "url": "https://github.com/xcatliu/pagic", "description": "The easiest way to generate static html page from markdown, built with Deno.", "stars": "1.7k"}]}, {"name": "String utils", "parent": "Modules", "entries": [{"name": "camelcase", "url": "https://github.com/denolib/camelcase", "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar \u2192 fooBar.", "stars": "8"}, {"name": "deno\\_case\\_style", "url": "https://github.com/zekth/deno_case_style", "description": "String validator and formater for different case style. eg: camelCase etc.", "stars": "4"}, {"name": "deno-json-colorizer", "url": "https://github.com/dpmland/deno-json-colorizer", "description": "A library for colorizing JSON strings in Deno", "stars": "5"}, {"name": "deno-prettystring", "url": "https://github.com/OnikurYH/deno-prettystring", "description": "Format, trim and remove extra white spaces between characters from string.", "stars": "7"}, {"name": "deno-slugify", "url": "https://github.com/jcardama/deno_slugify", "description": "A string slugifier for deno.", "stars": "19"}, {"name": "normalize\\_diacritics", "url": "https://github.com/motss/deno_mod/tree/master/normalize_diacritics", "description": "Remove accents/diacritics in string.", "stars": "14"}, {"name": "written", "url": "https://github.com/vixalien/written", "description": "A provides a set of utilities for manipulating text, with a focus on providing typographic tools rather than pure string manipulation.", "stars": "12"}]}, {"name": "Social Platform APIs", "parent": "Modules", "entries": [{"name": "grammY", "url": "https://github.com/grammyjs/grammy", "description": "Telegram Bot API framework for Deno.", "stars": "3.2k"}, {"name": "grm", "url": "https://github.com/dcdunkan/grm", "description": "Telegram MTProto client for Deno.", "stars": "44"}, {"name": "twi", "url": "https://github.com/roj1512/twi", "description": "Twitter API v2 client for Deno.", "stars": "10"}, {"name": "discordeno", "url": "https://discordeno.mod.land/", "description": "Discord API library for Deno"}, {"name": "MTKruto", "url": "https://github.com/MTKruto/MTKruto", "description": "Deno-first, cross-runtime client library for Telegram's MTProto API.", "stars": "144"}]}, {"name": "Template engine", "parent": "Modules", "entries": [{"name": "dejs", "url": "https://github.com/syumai/dejs", "description": "Ejs template engine for deno.", "stars": "146"}, {"name": "deno\\_tiny\\_templates", "url": "https://github.com/zekth/deno_tiny_templates", "description": "Template renderer for deno.", "stars": "5"}, {"name": "eta", "url": "https://github.com/eta-dev/eta", "description": "Fast, lightweight, and configurable embedded template engine.", "stars": "1.6k"}, {"name": "handlebars", "url": "https://github.com/alosaur/handlebars", "description": "Handlebars template engine for deno", "stars": "31"}, {"name": "mustache", "url": "https://github.com/alosaur/mustache", "description": "Mustache template engine for deno", "stars": "7"}]}, {"name": "Testing", "parent": "Modules", "entries": [{"name": "deno-puppeteer", "url": "https://github.com/lucacasonato/deno-puppeteer", "description": "A library which provides a high-level API to control Chromium or Chrome over the DevTools Protocol.", "stars": "457"}, {"name": "expect", "url": "https://github.com/allain/expect", "description": "Helpers for writing jest like expect tests in deno.", "stars": "45"}, {"name": "merlin", "url": "https://github.com/crewdevio/merlin", "description": "Testing and Benchmarking framework for deno \ud83e\uddd9\u200d\u2642\ufe0f", "stars": "49"}, {"name": "pretty\\_benching", "url": "https://github.com/littletof/prettyBenching", "description": "A small library to make your Deno benchmarking progress and results look pretty.", "stars": "24"}, {"name": "qunitx", "url": "https://github.com/izelnakri/qunitx", "description": "Zero dependency, fully customizable, mature, universal test API that can run interchangably in node.js, Deno & browser, using default runtime test runners.", "stars": "32"}, {"name": "rhum", "url": "https://github.com/drashland/rhum", "description": "A lightweight testing framework for Deno.", "stars": "92"}, {"name": "superdeno", "url": "https://github.com/asos-craigmorten/superdeno", "description": "Super-agent driven library for testing Deno HTTP servers.", "stars": "123"}, {"name": "superoak", "url": "https://github.com/asos-craigmorten/superoak", "description": "HTTP assertions for Oak made easy via SuperDeno.", "stars": "120"}, {"name": "tepi", "url": "https://deno.land/x/tepi", "description": "A .http Test Runner"}, {"name": "tincan", "url": "https://github.com/gcaptn/tincan", "description": "A Jest-like testing library for Deno.", "stars": "36"}, {"name": "unexpected", "url": "https://github.com/unexpectedjs/unexpected", "description": "Extensible BDD assertion toolkit.", "stars": "370"}, {"name": "unitest", "url": "https://github.com/TomokiMiyauci/unitest", "description": "Deno-first universal unit testing framework.", "stars": "6"}]}, {"name": "Utils", "parent": "Modules", "entries": [{"name": "bettermap", "url": "https://github.com/retraigo/bettermap", "description": "A TypeScript extension of the JavaScript Map with Array-like features.", "stars": "17"}, {"name": "beno", "url": "https://github.com/dpmland/beno", "description": "A configuration manager typed and faster for Deno **Inspired in Viper of Golang**", "stars": "3"}, {"name": "buckets", "url": "https://github.com/jacoborus/deno-buckets", "description": "Bundle assets and scripts in a single executable file.", "stars": "24"}, {"name": "bytes\\_formater", "url": "https://github.com/manyuanrong/bytes_formater", "description": "Format bytes (Uint8Array, ArrayBufferView, etc) output, useful when debugging IO functions.", "stars": "8"}, {"name": "coffee", "url": "https://github.com/irandeno/coffee", "description": "Deno Configuration - a type-safe, easy to use Deno config manager.", "stars": "33"}, {"name": "colors", "url": "https://github.com/retraigo/colors", "description": "Color conversions and operations in TypeScript.", "stars": "7"}, {"name": "croner", "url": "https://github.com/hexagon/croner", "description": "Cron library with advanced scheduling features, well-documented API, and zero dependencies.", "stars": "2.4k"}, {"name": "computed\\_types", "url": "https://github.com/neuledge/computed-types", "description": "Joi like validators for Typescript and Deno.", "stars": "363"}, {"name": "dcc", "url": "https://github.com/BoltDoggy/deno#dcc", "description": "Deno Cache Clean, reloading deps when next running.", "stars": "11"}, {"name": "denon", "url": "https://github.com/denosaurs/denon/blob/master/mod.ts", "description": "A file watcher with a for-await generator.", "stars": "1.1k"}, {"name": "deno-config", "url": "https://github.com/yooneskh/deno-config", "description": "Utility to streamline deno app configuration management through cli, .env and json files", "stars": "6"}, {"name": "deno-context", "url": "https://github.com/code-hex/deno-context", "description": "Propagate deadlines, a cancellation and other request-scoped values to multiple promise. The behaviour is like Go's context.", "stars": "6"}, {"name": "deno\\_cron", "url": "https://github.com/rbrahul/deno_cron", "description": "A cron Job scheduler that allows you to write human readable cron syntax with tons of flexibility", "stars": "101"}, {"name": "deno-deamon", "url": "https://github.com/manyuanrong/deno-deamon", "description": "Make the Deno program run in the background.", "stars": "14"}, {"name": "deno-envconfig", "url": "https://github.com/fernandolguevara/deno-envconfig", "description": "Configuration management utility.", "stars": "2"}, {"name": "deno-fnparse", "url": "https://github.com/hashrock/deno-fnparse", "description": "An extremely simple parser combinator for JavaScript.", "stars": "11"}, {"name": "deno-globrex", "url": "https://github.com/hayd/deno-globrex", "description": "Port of globrex to deno, glob to regular expression.", "stars": "7"}, {"name": "deno\\_notify", "url": "https://github.com/PandawanFr/deno_notify", "description": "Send desktop notifications on all platforms.", "stars": "51"}, {"name": "deno-opn", "url": "https://github.com/hashrock/deno-opn", "description": "Opens stuff like websites, files, executables. Cross-platform.", "stars": "39"}, {"name": "deno-plugin-prepare", "url": "https://github.com/manyuanrong/deno-plugin-prepare", "description": "A library for managing Deno native plugin dependencies.", "stars": "48"}, {"name": "deno\\_random\\_interval", "url": "https://github.com/zekth/deno_random_interval", "description": "Helper to generate random interval.", "stars": "1"}, {"name": "deno\\_tokenizer", "url": "https://github.com/eliassjogreen/deno_tokenizer", "description": "A simple tokenizer for deno.", "stars": "16"}, {"name": "deno-using", "url": "https://github.com/hayd/deno-using", "description": "An python-style with statements for deno.", "stars": "11"}, {"name": "deno-validation", "url": "https://github.com/ethandunford/deno-validation", "description": "A general purpose validation library for Deno.", "stars": "2"}, {"name": "dinoenv", "url": "https://deno.land/x/dinoenv", "description": "tiny library to manage environment variables with deno."}, {"name": "durationjs", "url": "https://github.com/retraigo/duration.js", "description": "Get formatted time duration from a timestamp or a human-readable string.", "stars": "21"}, {"name": "draco", "url": "https://github.com/dpmland/draco", "description": "File and folder multiplatform utils for Deno!", "stars": "3"}, {"name": "ensure", "url": "https://github.com/eankeen/ensure", "description": "Ensure you are running a minimum version of Deno, Typescript, or V8.", "stars": "4"}, {"name": "esm-itter", "url": "https://github.com/tillsanders/esm-itter", "description": "A strongly typed fork of the popular EventEmitter3 with a focus on EcmaScript module syntax, TypeScript and modern tooling.", "stars": "3"}, {"name": "evt", "url": "https://github.com/garronej/evt", "description": "Type safe replacement for EventEmitter.", "stars": "464"}, {"name": "fastest-validator", "url": "https://github.com/icebob/fastest-validator", "description": "Schema validator for all javascript platforms", "stars": "1.4k"}, {"name": "fortuna", "url": "https://github.com/retraigo/fortuna", "description": "Weighted gacha system.", "stars": "20"}, {"name": "fossil", "url": "https://github.com/matteocrippa/fossil", "description": "A value-type validation suite.", "stars": "4"}, {"name": "garn-yaml", "url": "https://github.com/jupegarnica/garn-yaml", "description": "Read or write yaml interpolating env variables.", "stars": "2"}, {"name": "garn-validator", "url": "https://github.com/jupegarnica/garn-validator", "description": "Create validations with ease.", "stars": "42"}, {"name": "invert-kv", "url": "https://github.com/denorg/invert-kv", "description": "Invert key-value pairs in Deno.", "stars": "3"}, {"name": "lazy", "url": "https://github.com/luvies/lazy", "description": "A linq-like lazy-evaluation iteration module.", "stars": "32"}, {"name": "locale-kit", "url": "https://deno.land/x/localekit", "description": ""}, {"name": "maze\\_generator", "url": "https://github.com/mjrlowe/maze_generator", "description": "Javascript module for generating, solving, analyzing and displaying mazes.", "stars": "38"}, {"name": "ms", "url": "https://github.com/denolib/ms", "description": "Easily convert various time formats to milliseconds.", "stars": "17"}, {"name": "online", "url": "https://github.com/denorg/online", "description": "Check if you're currently online in Deno.", "stars": "7"}, {"name": "optionals", "url": "https://github.com/OliverBrotchie/optionals", "description": "Rust-like error handling and options with exhaustive pattern matching.", "stars": "194"}, {"name": "qrcode", "url": "https://github.com/denorg/qrcode", "description": "QR code image generator for Deno.", "stars": "45"}, {"name": "recursive-readdir", "url": "https://github.com/denorg/recursive-readdir", "description": "Recursively read directories in Deno.", "stars": "8"}, {"name": "rubico", "url": "https://github.com/richytong/rubico", "description": "\ud83c\udfde \\[a]synchronous function composition; it just works.", "stars": "283"}, {"name": "solc", "url": "https://github.com/deno-web3/solc", "description": "\ud83d\udc8e Solidity bindings for Deno.", "stars": "73"}, {"name": "switcher4deno", "url": "https://github.com/switcherapi/switcher-client-deno", "description": "Feature Flag Deno SDK client for Switcher-API.", "stars": "2"}, {"name": "type-fest", "url": "https://github.com/denoserverless/type-fest", "description": "A collection of essential TypeScript types (port of sindresorhus/type-fest).", "stars": "14"}, {"name": "unified-deno-lock", "url": "https://github.com/yooneskh/unified-deno-lock", "description": "Powerful and simple lock (mutex) library to handle race conditions with zero dependencies", "stars": "1"}, {"name": "wasm-gzip", "url": "https://github.com/manyuanrong/wasm_gzip", "description": "Perform gzip operations for Deno.", "stars": "19"}, {"name": "watch", "url": "https://github.com/jinjor/deno-watch", "description": "A file watcher.", "stars": "44"}, {"name": "wu-diff-js", "url": "https://github.com/bokuweb/wu-diff-js", "description": "A diff library to compute differences between two slices using wu(the O(NP)) algorithm.", "stars": "18"}, {"name": "PLS", "url": "https://github.com/roj1512/pls", "description": "Use 2 lines to persist localStorage in any database, including, but not limited to, MongoDB, PostgreSQL and Redis.", "stars": "9"}, {"name": "deno\\_kv\\_fs", "url": "https://github.com/hviana/deno_kv_fs", "description": "", "stars": "17"}]}, {"name": "Validation", "parent": "Modules", "entries": [{"name": "zod", "url": "https://github.com/colinhacks/zod", "description": "TypeScript-first schema validation with static type inference.", "stars": "41k"}]}, {"name": "Video", "parent": "Modules", "entries": [{"name": "Fast Forward", "url": "https://github.com/c4spar/deno-fast-forward", "description": "An easy to use ffmpeg module for Deno. \ud83e\udd95", "stars": "55"}]}, {"name": "Web framework", "parent": "Modules", "entries": [{"name": "aqua", "url": "https://github.com/l2ig/aqua", "description": "A minimal and fast web framework for Deno.", "stars": "216"}, {"name": "alosaur", "url": "https://github.com/alosaur/alosaur", "description": "Alosaur - Deno web framework with many ES Decorators.", "stars": "815"}, {"name": "danet", "url": "https://github.com/Savory/Danet", "description": "A Savory web framework for Deno heavily inspired by [Nest.js](https://nestjs.com).", "stars": "509"}, {"name": "drash", "url": "https://github.com/drashland/deno-drash", "description": "A REST microframework for Deno's HTTP server with zero dependencies.", "stars": "1.1k"}, {"name": "faster", "url": "https://github.com/hviana/faster", "description": "A fast and optimized middleware server with a set of useful middlwares.", "stars": "59"}, {"name": "faster\\_react", "url": "https://github.com/hviana/faster_react", "description": "Full Stack web framework with React + Faster. Fully compatible with Deno Deploy.", "stars": "100"}, {"name": "hono", "url": "https://github.com/honojs/hono", "description": "Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.", "stars": "27k"}, {"name": "oak", "url": "https://github.com/oakserver/oak", "description": "A middleware framework for Deno's net server.", "stars": "5.4k"}, {"name": "opine", "url": "https://github.com/asos-craigmorten/opine", "description": "Fast, minimalist web framework ported from ExpressJS.", "stars": "850"}, {"name": "wren", "url": "https://github.com/zaiste/wren", "description": "A small, but powerful HTTP library with a functional spin for creating composable web apps, built for convenience and simplicity", "stars": "78"}, {"name": "primate", "url": "https://primatejs.com", "description": "A polymorphic development platform"}, {"name": "Yelix", "url": "https://docs.yelix.dev/", "description": "Yelix is a [Hono (\u2b5027k)](https://github.com/honojs/hono) based Deno web server framework that simplifies backend development with built-in tools and automation."}]}, {"name": "WebSocket", "parent": "Modules", "entries": [{"name": "deno-websocket", "url": "https://github.com/ryo-ma/deno-websocket", "description": "\ud83e\udd95 A simple WebSocket library like ws of node.js library.", "stars": "159"}, {"name": "dropper", "url": "https://github.com/denyncrawford/dropper-deno", "description": "Custom event-based WebSockets framework for building real-time apps on Deno \ud83e\udd95", "stars": "27"}, {"name": "websocket\\_server", "url": "https://github.com/JohanWinther/websocket_server", "description": "A WebSocket server library.", "stars": "10"}, {"name": "wocket", "url": "https://github.com/drashland/wocket", "description": "A WebSocket library for Deno.", "stars": "102"}]}, {"name": "Web utils", "parent": "Modules", "entries": [{"name": "compression", "url": "https://github.com/deno-libs/compression", "description": "Deno HTTP compression middleware.", "stars": "37"}, {"name": "djwt", "url": "https://github.com/timonson/djwt", "description": "Make JSON Web Tokens (JWT) on Deno based on JWT and JWS specifications.", "stars": "234"}, {"name": "forwarded", "url": "https://github.com/deno-libs/forwarded", "description": "Deno port of `forwarded` library.", "stars": "8"}, {"name": "fresh\\_chart", "url": "https://github.com/denoland/fresh_charts", "description": "A server-side-rendered charting library for Fresh.", "stars": "154"}, {"name": "gentleRpc", "url": "https://github.com/timonson/gentleRpc", "description": "A JSON-RPC 2.0 TypeScript library for Deno and the browser.", "stars": "45"}, {"name": "gql", "url": "https://github.com/deno-libs/gql", "description": "Universal GraphQL HTTP middleware.", "stars": "201"}, {"name": "graphql-tag", "url": "https://github.com/deno-libs/graphql-tag", "description": "GraphQL schema AST from template literal.", "stars": "8"}, {"name": "nats", "url": "https://github.com/nats-io/nats.deno", "description": "A Deno client for the [NATS messaging system](https://nats.io/).", "stars": "175"}, {"name": "obsidian", "url": "https://github.com/oslabs-beta/obsidian", "description": "A native GraphQL caching client and server module.", "stars": "763"}, {"name": "qs", "url": "https://github.com/denolib/qs", "description": "A query string parser with nesting support.", "stars": "5"}, {"name": "react-icons", "url": "https://react-icons.deno.dev/", "description": "React Icons converted to preact for deno fresh."}, {"name": "router", "url": "https://github.com/zhmushan/router", "description": "A high-performance basic router works anywhere.", "stars": "55"}, {"name": "rpc", "url": "https://github.com/deno-libs/rpc", "description": "JSONRPC server implementation for Deno.", "stars": "23"}, {"name": "status", "url": "https://github.com/denosaurs/status", "description": "HTTP codes and status utility for Deno.", "stars": "14"}, {"name": "squishy\\_cookies", "url": "https://github.com/omar2205/squishy_cookies", "description": "Easily sign and verify cookies.", "stars": "14"}, {"name": "ts-prometheus", "url": "https://github.com/marcopacini/ts-prometheus", "description": "A prometheus client.", "stars": "31"}, {"name": "up", "url": "https://github.com/denorg/up", "description": "Check if a website is up in Deno.", "stars": "14"}, {"name": "youtube-deno", "url": "https://github.com/akshgpt7/youtube-deno", "description": "A Deno client library for the YouTube Data API for any interaction with YouTube.", "stars": "47"}]}, {"name": "Webview", "parent": "Modules", "entries": [{"name": "Astrodon", "url": "https://github.com/astrodon/astrodon", "description": "Modular framework for building native multi-platform apps with Deno and webview.", "stars": "945"}, {"name": "webview", "url": "https://github.com/eliassjogreen/deno_webview", "description": "Deno bindings for webview, a tiny library for creating web-based desktop GUIs.", "stars": "1.6k"}]}, {"name": "XML", "parent": "Modules", "entries": [{"name": "deno-xml-parser", "url": "https://github.com/nekobato/deno-xml-parser", "description": "Deno XML parser ported from segmentio/xml-parser.", "stars": "22"}, {"name": "sax-ts", "url": "https://github.com/Maxim-Mazurok/sax-ts", "description": "SAX-style XML parser ported from [sax-js (\u2b501.1k)](https://github.com/isaacs/sax-js).", "stars": "20"}, {"name": "crux.land", "url": "https://crux.land/", "description": "A free registry service meant for hosting small ( < 10kB) single deno scripts."}, {"name": "Deno PKG", "url": "https://denopkg.com/", "description": "An easier way to use code from GitHub in your Deno project."}, {"name": "deno.land/x/", "url": "https://deno.land/x/", "description": "The official 3rd party module registry."}, {"name": "nest.land", "url": "https://nest.land", "description": "An immutable, blockchain powered Deno package registry. \ud83e\udd5a"}, {"name": "Deno Rest", "url": "https://github.com/vicky-gonsalves/deno_rest", "description": "A Boilerplate for deno RESTful apis.", "stars": "162"}, {"name": "Deno Seed", "url": "https://github.com/tamasszoke/deno-seed", "description": "Complete boilerplate for development. :seedling:", "stars": "54"}, {"name": "Edrys", "url": "https://github.com/edrys-org/edrys", "description": "Remote Teaching Software", "stars": "310"}, {"name": "Fresh Showcase", "url": "https://fresh.deno.dev/showcase", "description": "The official showcase of Fresh apps."}, {"name": "GitHub Profile Trophy", "url": "https://github.com/ryo-ma/github-profile-trophy", "description": "\ud83c\udfc6 Add dynamically generated GitHub Trophy on your readme", "stars": "6.3k"}, {"name": "Saleor Deno Merch", "url": "https://github.com/saleor/deno-merch", "description": "A fork of the original Deno Merch e-commerce website, rebuilt with [Saleor (\u2b5022k)](https://github.com/saleor/saleor).", "stars": "32"}, {"name": "The Official Showcase", "url": "https://deno.land/showcase", "description": "The official showcase of Deno."}, {"name": "UsingDeno", "url": "https://usingdeno.com", "description": "Curated list of Web Applications & Projects using Deno \ud83e\udd95."}, {"name": "clone", "url": "https://github.com/ekaragodin/clone", "description": "A simple utility for the convenient clone.", "stars": "4"}, {"name": "decense", "url": "https://github.com/vinliao/decense", "description": "Generate a license with one `deno run` command.", "stars": "7"}, {"name": "dedep", "url": "https://github.com/egoist/dedep", "description": "Manage dependency versions.", "stars": "66"}, {"name": "denoflow", "url": "https://github.com/denoflow/denoflow", "description": "Configuration as code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes", "stars": "282"}, {"name": "denoify", "url": "https://github.com/garronej/denoify", "description": "For NPM module authors that would like to support Deno but do not want to write and maintain a port.", "stars": "950"}, {"name": "denoinit", "url": "https://github.com/syumai/deno-libs/tree/master/denoinit", "description": "Denoinit generates useful files for Deno project.", "stars": "31"}, {"name": "denoliver", "url": "https://github.com/joakimunge/denoliver", "description": "A simple, dependency free file server with live reload.", "stars": "103"}, {"name": "denomander", "url": "https://github.com/siokas/denomander", "description": "Deno command-line interfaces inspired from commander.js.", "stars": "152"}, {"name": "denon", "url": "https://github.com/denosaurs/denon", "description": "A daemon script runner, like nodemon. Built in and for Deno.", "stars": "1.1k"}, {"name": "denopendabot", "url": "https://github.com/apps/denopendabot", "description": "Dependabot for Deno projects."}, {"name": "denopkg", "url": "https://github.com/denopkg/denopkg.com", "description": "An easier way to use code from GitHub in your Deno project.", "stars": "240"}, {"name": "denoversion", "url": "https://github.com/lucascaro/denoversion", "description": "SemVer and git version management for Deno.", "stars": "7"}, {"name": "denox", "url": "https://github.com/BentoumiTech/denox", "description": "Like packages.json scripts, but for Deno with permissions support.", "stars": "137"}, {"name": "deno.mk", "url": "https://github.com/MarkTiedemann/deno.mk", "description": "Cross-platform Makefile for installing and running Deno.", "stars": "15"}, {"name": "Deno Dig", "url": "https://github.com/theGEBIRGE/DenoDig", "description": "A tool for extracting application code and npm packages from stand-alone Deno executables.", "stars": "1"}, {"name": "deno\\_docker", "url": "https://github.com/denoland/deno_docker", "description": "Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu.", "stars": "1k"}, {"name": "dev\\_server", "url": "https://github.com/zhmushan/dev_server", "description": "Let TypeScript files be used directly in the script tag.", "stars": "23"}, {"name": "dmm", "url": "https://github.com/drashland/dmm", "description": "Lightweight Deno Module Manager", "stars": "59"}, {"name": "dnt", "url": "https://github.com/denoland/dnt", "description": "Deno to npm package build tool.", "stars": "1.3k"}, {"name": "entype", "url": "https://github.com/bcheidemann/entype", "description": "A CLI tool used to generate type definitions for serialised data, currently supporting JSON to Rust and TypeScript.", "stars": "4"}, {"name": "kopo-cli", "url": "https://github.com/littletof/kopo-cli", "description": "A Deno registry browser in the terminal.", "stars": "16"}, {"name": "make-deno-edition", "url": "https://github.com/bevry/make-deno-edition", "description": "Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.", "stars": "43"}, {"name": "packer-provisioner-deno", "url": "https://github.com/dontlaugh/packer-provisioner-deno", "description": "A Packer plugin that makes it easy to build virtual machine images with Deno scripts.", "stars": "5"}, {"name": "pre-commit-deno", "url": "https://github.com/nozaq/pre-commit-deno", "description": "pre-commit git hooks for Deno projects.", "stars": "10"}, {"name": "pup", "url": "https://github.com/hexagon/pup", "description": "Advanced process manager for Deno. With autorestart, fs watch, cron start, process telemetry, ipc, clustering, load balancer and more.", "stars": "191"}, {"name": "starter", "url": "https://github.com/denorg/starter", "description": "Deno module starter template with GitHub Actions CI", "stars": "28"}, {"name": "studio-pack-generator", "url": "https://github.com/jersou/studio-pack-generator", "description": "Convert a folder or a RSS URL to Studio pack for Lunii device", "stars": "107"}, {"name": "trex", "url": "https://github.com/crewdevio/Trex", "description": "Package management like npm for deno.", "stars": "732"}, {"name": "udd", "url": "https://github.com/hayd/deno-udd", "description": "Update Deno dependencies: updates import statements to their latest published version.", "stars": "329"}, {"name": "velociraptor", "url": "https://github.com/umbopepato/velociraptor", "description": "An npm-style script runner for Deno.", "stars": "674"}, {"name": "vscode-deno", "url": "https://github.com/denoland/vscode_deno", "description": "VS Code extension that provides Deno support using the `TypeScript Deno language service plugin`.", "stars": "1.5k"}, {"name": "denofn-selfhosted", "url": "https://github.com/denofn/denofn-selfhosted", "description": "Self-hosted Deno functions, made with Deno and Docker.", "stars": "30"}, {"name": "Netlify Edge Functions", "url": "https://docs.netlify.com/edge-functions/overview/", "description": "Edge Functions connect the Netlify platform and workflow."}, {"name": "Slack Custom Functions", "url": "https://api.slack.com/future/functions/custom", "description": "Build custom Run On Slack functions using Deno."}, {"name": "Smallweb", "url": "https://www.smallweb.run/", "description": "A personal cloud contained in a single directory. You can customize the server behavior using Deno."}, {"name": "Supabase Edge Functions", "url": "https://supabase.com/docs/guides/functions", "description": "Edge Functions are server-side TypeScript functions, distributed globally at the edge."}, {"name": "Astro", "url": "https://docs.astro.build/en/guides/deploy/deno/", "description": "Deploy a server-side rendered Astro site to Deno Deploy."}, {"name": "Craig's Deno Diary", "url": "https://deno-blog.com", "description": "A blog focussing on Deno tech & lib howtos."}, {"name": "Deno Blog", "url": "https://deno.com/blog", "description": "The official blog of the Deno Company."}, {"name": "Deno News", "url": "https://deno.news", "description": "A newsletter of Deno articles, news and cool projects."}, {"name": "Develop with Deno and Visual Studio Code", "url": "https://medium.com/@kitsonk/develop-with-deno-and-visual-studio-code-225ce7c5b1ba", "description": ""}, {"name": "First thoughts on Deno, the JavaScript/TypeScript run-time", "url": "https://43081j.com/2019/01/first-look-at-deno", "description": ""}, {"name": "Getting started with Deno", "url": "https://dev.to/wuz/getting-started-with-deno-e1m", "description": ""}, {"name": "What's Deno, and how is it different from Node.js?", "url": "https://dev.to/bnevilleoneill/what-s-deno-and-how-is-it-different-from-node-js-366g", "description": ""}, {"name": "Write a small API using Deno", "url": "https://dev.to/kryz/write-a-small-api-using-deno-1cl0", "description": ""}, {"name": "Deno on Cloud Run", "url": "https://medium.com/google-cloud/deno-on-cloud-run-89ae64d1664d", "description": ""}, {"name": "Learn Deno: Chat app", "url": "https://aralroca.com/blog/learn-deno-chat-app", "description": ""}, {"name": "From Node to Deno", "url": "https://dev.to/aralroca/from-node-to-deno-5gpn", "description": ""}, {"name": "Create a simple Note-taking app with Deno", "url": "https://dev.to/jeferson_sb/create-a-simple-note-taking-app-with-deno-3k7g", "description": ""}, {"name": "Building API's using Deno, Oak and MYSQL", "url": "https://codeforgeek.com/building-api-server-using-deno-and-mysql/", "description": ""}, {"name": "Create your first News CLI app using Deno", "url": "https://medium.com/javascript-in-plain-english/creating-your-first-news-cli-app-using-deno-e1470398c627", "description": ""}, {"name": "Continuous Integration with Deno", "url": "https://semaphoreci.com/blog/continuous-integration-with-deno", "description": ""}, {"name": "The Hidden Superpower of Deno: xeval", "url": "https://stefanbuck.com/blog/hidden-superpower-deno-xeval", "description": ""}, {"name": "Getting Started with Deno", "url": "https://sabe.io/tutorials/getting-started-with-deno", "description": ""}, {"name": "How to deploy a Deno app using Docker", "url": "https://sabe.io/tutorials/how-to-deploy-deno-app-docker", "description": ""}, {"name": "10 Things I Regret About Node.js - Ryan Dahl - JSConf EU 2018", "url": "https://www.youtube.com/watch?v=M3BM9TB-8yA", "description": ""}, {"name": "JSDC 2018#A01 - Deno, A New Server-Side Runtime By Ryan Dahl", "url": "https://www.youtube.com/watch?v=FlTG0UXRAkE", "description": ""}, {"name": "Ryan Dahl. Deno, a new way to JavaScript. JS Fest 2019 Spring", "url": "https://www.youtube.com/watch?v=z6JRlx5NC9E", "description": ""}, {"name": "Rafa\u0142 Pocztarski \u2014 From Node.js to Deno - JavaScript/TypeScript runtime built with V8 and Rust \\[EN\\]", "url": "https://www.youtube.com/watch?v=Aib1OZLy0_c", "description": ""}, {"name": "Ryan Dahl: A secure runtime for JavaScript and TypeScript | js.la April 2019", "url": "https://www.youtube.com/watch?v=RAmqgbv247s", "description": ""}, {"name": "Ryan Dahl: Deno, a new way to JavaScript - HolyJS 2019 Piter", "url": "https://www.youtube.com/watch?v=HjdJzNoT_qg", "description": ""}, {"name": "Rafa\u0142 Pocztarski - What is Deno? A new runtime for modern JavaScript and TypeScript backends for 2020s - Deno Warsaw", "url": "https://www.youtube.com/watch?v=aI5A9zvYSjk", "description": ""}, {"name": "Micha\u0142 Sabiniarz - How to contribute to Deno? - Deno Warsaw", "url": "https://www.youtube.com/watch?v=LAtjnKLbPpw", "description": ""}, {"name": "Bartek Iwa\u0144czuk - Deno internals, how modern runtime is built - Deno Warsaw", "url": "https://www.youtube.com/watch?v=qt7fbmypAFk", "description": ""}, {"name": "Ryan Dahl & Kitson Kelly: Deno is a New Way to JavaScript - TSConf 2019", "url": "https://www.youtube.com/watch?v=1gIiZfSbEAE", "description": ""}, {"name": "Bert Belder - Deno - dotJS 2019", "url": "https://www.youtube.com/watch?v=puXyo1jGQys", "description": ""}, {"name": "Kitson P. Kelly - Deno, and The Future of JavaScript Runtimes - CityJS Conf 2020", "url": "https://www.youtube.com/watch?v=2eRyZpX4qvI", "description": ""}, {"name": "Mat\u00edas Insaurralde - Deno: an experimental approach on V8 interoperability \\[EN subtitles\\] - NodeConf Argentina 2019", "url": "https://www.youtube.com/watch?v=N0BRE-0n2cU", "description": ""}]}, {"name": "Books", "parent": "Resources", "entries": [{"name": "Modern Web Development with Deno", "url": "https://bpbonline.com/products/modern-web-development-with-deno", "description": ""}]}, {"name": "Chinese", "parent": "Resources in Other Languages", "entries": [{"name": "Deno \u5e76\u4e0d\u662f\u4e0b\u4e00\u4ee3 Node.js", "url": "https://juejin.im/post/5b14a390e51d4506c1300bbc", "description": ""}, {"name": "\u73a9 Deno \u9047\u5230\u95ee\u9898\u7684\u89e3\u51b3\u65b9\u6848", "url": "https://juejin.im/post/5b1245b3f265da6e4c6cf249", "description": ""}, {"name": "\u8ba9\u6211\u4eec\u4e00\u8d77\u6765\u5b66\u4e60\u522b\u4eba\u5b66\u4e0d\u52a8\u7684 Deno", "url": "https://segmentfault.com/a/1190000015151287", "description": ""}, {"name": "Design Mistakes in Node zh-CN", "url": "https://zhuanlan.zhihu.com/p/37637923", "description": ""}, {"name": "Node\u4e4b\u7236ry\uff1aNode\u4e2d\u7684\u8bbe\u8ba1\u9519\u8bef", "url": "https://mp.weixin.qq.com/s/7XAiYw18c8YZc-fXk0-wrw", "description": ""}, {"name": "\u300aDeno\u8fdb\u9636\u5f00\u53d1\u7b14\u8bb0\u300b", "url": "https://github.com/chenshenhai/deno_note/", "description": "", "stars": "659"}, {"name": "Deno \u624b\u518c", "url": "https://github.com/Nugine/deno-manual-cn/", "description": "", "stars": "291"}, {"name": "Deno \u4e2d\u6587\u5f00\u53d1\u8005\u793e\u533a", "url": "https://deno.js.cn", "description": ""}, {"name": "Node\u4e4b\u7236 - Deno\uff0c\u4e00\u4e2a\u65b0\u7684JS\u8fd0\u884c\u65f6", "url": "https://www.bilibili.com/video/av52038617", "description": ""}]}, {"name": "Hebrew", "parent": "Resources in Other Languages", "entries": [{"name": "Deno intro in Hebrew (slides in English)", "url": "https://www.youtube.com/watch?v=9tJ_LkI6_qw", "description": ""}]}, {"name": "Indonesian", "parent": "Resources in Other Languages", "entries": [{"name": "Berkenalan dengan Deno", "url": "https://medium.com/@redhajuanda/berkenalan-dengan-dengan-deno-c48cdf3aa31e", "description": ""}, {"name": "Perkenalan Deno dan Instalasi", "url": "https://youtu.be/V_kpUTJSd9c", "description": ""}, {"name": "Deno Land Indonesia Telegram group", "url": "https://t.me/deno_id", "description": ""}]}, {"name": "Italian", "parent": "Resources in Other Languages", "entries": [{"name": "Deno - L'anagramma di Node", "url": "https://www.slideshare.net/FrancescoSciuti/deno-lanagramma-di-node", "description": ""}]}, {"name": "Japanese", "parent": "Resources in Other Languages", "entries": [{"name": "deno-ja", "url": "https://deno-ja.deno.dev/", "description": "Deno Japanese User Group."}, {"name": "Node.js \u306b\u304a\u3051\u308b\u8a2d\u8a08\u30df\u30b9 By Ryan Dahl", "url": "https://yosuke-furukawa.hatenablog.com/entry/2018/06/07/080335", "description": ""}, {"name": "mizchi/deno\\_code\\_reading.md", "url": "https://gist.github.com/mizchi/31e5628751330b624a0e8ada9e739b1e", "description": ""}, {"name": "Design Mistakes in Node & Deno #kng5 / deno", "url": "https://speakerdeck.com/masashi/deno", "description": ""}, {"name": "Dive into Deno\uff1a\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u304b\u3089TypeScript\u304c\u5b9f\u884c\u3055\u308c\u308b\u307e\u3067", "url": "https://blog.leko.jp/post/code-reading-of-deno-boot-process/", "description": ""}]}, {"name": "Korean", "parent": "Resources in Other Languages", "entries": [{"name": "Deno Korea", "url": "https://deno.kr/", "description": "Deno Korean User Group."}]}, {"name": "Russian", "parent": "Resources in Other Languages", "entries": [{"name": "Telegram channel", "url": "https://t.me/denoland_ru", "description": ""}, {"name": "Telegram chat", "url": "https://t.me/denoland", "description": ""}]}, {"name": "Spanish", "parent": "Resources in Other Languages", "entries": [{"name": "Hola Deno! . \ud83e\udd95", "url": "https://medium.com/javascript-espa%C3%B1ol/hola-deno-f31f9f6f2c84", "description": ""}, {"name": "As\u00ed puedes crear tu primera API REST con Deno", "url": "https://medium.com/@mpampols/as%C3%AD-puedes-crear-tu-primera-api-rest-con-deno-a9094ee5c0b2", "description": ""}, {"name": "Primeros pasos con Deno \ud83e\udd95 El sucesor de NodeJS desarrollado con Rust y TypeScript", "url": "https://medium.com/@manurua/primeros-pasos-con-deno-el-nuevo-nodejs-desarrollado-con-rust-y-typescript-b9ac14f7d0c7", "description": ""}, {"name": "Primer vistazo con deno", "url": "https://dev.to/buttercubz/first-look-with-deno-spanish-30dh", "description": ""}]}, {"name": "Darija", "parent": "Resources in Other Languages", "entries": [{"name": "A first look at Deno | BlaBlaConf 2021 \ud83c\uddf2\ud83c\udde6", "url": "https://www.youtube.com/watch?v=Y_etUvzAa4s", "description": ""}]}, {"name": "Kurdish (Central)", "parent": "Resources in Other Languages", "entries": [{"name": "A short introduction to Deno", "url": "https://devs.krd/about-deno", "description": ""}]}], "name": ""}