update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -24,6 +24,7 @@ TypeScript that uses V8 and is built in Rust.</p>
<li><a href="#frontend-development">Frontend development</a></li>
<li><a href="#frontend-framework">Frontend framework</a></li>
<li><a href="#game-engine">Game engine</a></li>
<li><a href="#llm">LLM</a></li>
<li><a href="#logging">Logging</a></li>
<li><a href="#machine-learning">Machine Learning</a></li>
<li><a href="#mail">Mail</a></li>
@@ -60,6 +61,7 @@ Languages</a>
<li><a href="#indonesian">Indonesian</a></li>
<li><a href="#italian">Italian</a></li>
<li><a href="#japanese">Japanese</a></li>
<li><a href="#korean">Korean</a></li>
<li><a href="#russian">Russian</a></li>
<li><a href="#spanish">Spanish</a></li>
<li><a href="#darija">Darija (Arabe marocain)</a></li>
@@ -69,10 +71,10 @@ Languages</a>
<h2 id="docs">Docs</h2>
<h3 id="official-docs">Official Docs</h3>
<ul>
<li><a href="https://deno.land">Official Site</a></li>
<li><a href="https://deno.land/manual">Deno Manual</a></li>
<li><a href="https://deno.land/api">Deno API Reference</a></li>
<li><a href="https://deno.land/std">Deno Standard Modules</a></li>
<li><a href="https://deno.com">Official Site</a></li>
<li><a href="https://docs.deno.com">Deno Manual</a></li>
<li><a href="https://docs.deno.com/api">Deno API Reference</a></li>
<li><a href="https://jsr.io/@std">Deno Standard Library</a></li>
</ul>
<h3 id="external-docs">External Docs</h3>
<ul>
@@ -107,6 +109,12 @@ href="https://github.com/ameerthehacker/cli-spinners">cli-spinner</a> -
Show spinners in the terminal while running long tasks.</li>
<li><a href="https://github.com/c4spar/deno-cliffy">cliffy</a> - The
complete solution for building interactive command-line tools.</li>
<li><a href="https://github.com/jersou/clite-parser">clite</a> -
Automatic CLI generation from a class.</li>
<li><a
href="https://github.com/AhmedOsman101/commit-sage-cli">commit-sage-cli</a>
- Generates Conventional Commit messages with AI based on Git repository
changes.</li>
<li><a href="https://github.com/HarryPeach/kia">kia</a> - Simple
terminal spinners for Deno 🦕</li>
<li><a
@@ -150,6 +158,9 @@ A dead simple persistant key-value database utilizing the JSON
format.</li>
<li><a href="https://github.com/manyuanrong/dso">dso</a> - A simple ORM
library based on mysql.</li>
<li><a href="https://jsr.io/@iuioiua/redis"><span class="citation"
data-cites="iuioiua/redis">@iuioiua/redis</span></a> - Fast, lightweight
Redis client built upon the Web Streams API.</li>
<li><a
href="https://github.com/josh-hemphill/maxminddb-deno">maxminddb</a> - A
library that enables the usage of MaxmindDB geoIP database files</li>
@@ -158,8 +169,6 @@ Create, migrate and rollback migrations for PostgreSQL, MySQL and
SQLite.</li>
<li><a href="https://github.com/denodrivers/postgres">postgres</a> -
Driver for PostgreSQL database.</li>
<li><a href="https://github.com/iuioiua/r2d2">r2d2</a> - Fast,
lightweight Redis client library for Deno.</li>
<li><a href="https://github.com/denodrivers/redis">redis</a> - An
experimental implementation of redis client for deno.</li>
<li><a href="https://github.com/manyuanrong/sql-builder">sql-builder</a>
@@ -210,6 +219,13 @@ performance.</li>
quantization and dithering library with extra image filters (blur,
invert, etc).</li>
</ul>
<h3 id="llm">LLM</h3>
<ul>
<li><a
href="https://github.com/mumu-lhl/duckduckgo-ai-chat">duckduckgo-ai-chat</a>
- Providing Duckduckgo AI Chat API, which can use gpt-4o-mini for
free.</li>
</ul>
<h3 id="logging">Logging</h3>
<ul>
<li><a href="https://github.com/GJZwiers/sentry_deno">sentry_deno</a> -
@@ -470,8 +486,6 @@ bindings for Deno.</li>
<li><a
href="https://github.com/switcherapi/switcher-client-deno">switcher4deno</a>
- Feature Flag Deno SDK client for Switcher-API.</li>
<li><a href="https://github.com/twilsoft/tryify">tryify</a> - Functional
style error handling; never throw/try/catch/finally again.</li>
<li><a href="https://github.com/denoserverless/type-fest">type-fest</a>
- A collection of essential TypeScript types (port of
sindresorhus/type-fest).</li>
@@ -489,6 +503,9 @@ O(NP)) algorithm.</li>
<li><a href="https://github.com/roj1512/pls">PLS</a> - Use 2 lines to
persist localStorage in any database, including, but not limited to,
MongoDB, PostgreSQL and Redis.</li>
<li><a href="https://github.com/hviana/deno_kv_fs">deno_kv_fs</a> Deno
KV file system, compatible with Deno deploy. Makes use of Web Streams
API.</li>
</ul>
<h3 id="validation">Validation</h3>
<ul>
@@ -513,6 +530,9 @@ href="https://nestjs.com">Nest.js</a>.</li>
microframework for Denos HTTP server with zero dependencies.</li>
<li><a href="https://github.com/hviana/faster">faster</a> - A fast and
optimized middleware server with a set of useful middlwares.</li>
<li><a href="https://github.com/hviana/faster_react">faster_react</a> -
Full Stack web framework with React + Faster. Fully compatible with Deno
Deploy.</li>
<li><a href="https://github.com/honojs/hono">hono</a> - Ultrafast web
framework for Cloudflare Workers, Deno, and Bun. Fast, but not only
fast.</li>
@@ -522,6 +542,10 @@ framework for Denos net server.
<li><a
href="https://github.com/asos-craigmorten/oak-http-proxy">oak-http-proxy</a>
- Proxy middleware for Deno Oak HTTP servers.</li>
<li><a
href="https://github.com/Thesephi/oak-routing-ctrl">oak-routing-ctrl</a>
- TypeScript Decorators for easy scaffolding API services with the oak
framework.</li>
</ul></li>
<li><a href="https://github.com/asos-craigmorten/opine">opine</a> -
Fast, minimalist web framework ported from ExpressJS.
@@ -533,6 +557,12 @@ href="https://github.com/asos-craigmorten/opine-http-proxy">opine-http-proxy</a>
<li><a href="https://github.com/zaiste/wren">wren</a> - A small, but
powerful HTTP library with a functional spin for creating composable web
apps, built for convenience and simplicity</li>
<li><a href="https://primatejs.com">primate</a> - A polymorphic
development platform</li>
<li><a href="https://docs.yelix.dev/">Yelix</a> - Yelix is a <a
href="https://github.com/honojs/hono">Hono</a> based Deno web server
framework that simplifies backend development with built-in tools and
automation.</li>
</ul>
<h3 id="websocket">WebSocket</h3>
<ul>
@@ -615,8 +645,6 @@ href="https://github.com/isaacs/sax-js">sax-js</a>.</li>
meant for hosting small ( &lt; 10kB) single deno scripts.</li>
<li><a href="https://denopkg.com/">Deno PKG</a> - An easier way to use
code from GitHub in your Deno project.</li>
<li><a href="https://denopkg.dev/">Denopkg.dev</a> - Use any
public/private repository from GitHub/GitLab in your Deno project.</li>
<li><a href="https://deno.land/x/">deno.land/x/</a> - The official 3rd
party module registry.</li>
<li><a href="https://nest.land">nest.land</a> - An immutable, blockchain
@@ -676,6 +704,9 @@ SemVer and git version management for Deno.</li>
packages.json scripts, but for Deno with permissions support.</li>
<li><a href="https://github.com/MarkTiedemann/deno.mk">deno.mk</a> -
Cross-platform Makefile for installing and running Deno.</li>
<li><a href="https://github.com/theGEBIRGE/DenoDig">Deno Dig</a> - A
tool for extracting application code and npm packages from stand-alone
Deno executables.</li>
<li><a href="https://github.com/denoland/deno_docker">deno_docker</a> -
Latest dockerfiles and images for Deno - alpine, centos, debian,
ubuntu.</li>
@@ -729,6 +760,9 @@ manager for Deno. With autorestart, fs watch, cron start, process
telemetry, ipc, clustering, load balancer and more.</li>
<li><a href="https://github.com/denorg/starter">starter</a> - Deno
module starter template with GitHub Actions CI</li>
<li><a
href="https://github.com/jersou/studio-pack-generator">studio-pack-generator</a>
- Convert a folder or a RSS URL to Studio pack for Lunii device</li>
<li><a href="https://github.com/crewdevio/Trex">trex</a> - Package
management like npm for deno.</li>
<li><a href="https://github.com/hayd/deno-udd">udd</a> - Update Deno
@@ -741,19 +775,19 @@ npm-style script runner for Deno.</li>
VS Code extension that provides Deno support using the
<code>TypeScript Deno language service plugin</code>.</li>
<li><a
href="https://github.com/twilsoft/vscode-deno-starter">vscode-deno-starter</a>
- VS Code project boilerplate to get started with Deno.</li>
<li><a
href="https://github.com/denofn/denofn-selfhosted">denofn-selfhosted</a>
- Self-hosted Deno functions, made with Deno and Docker.</li>
</ul>
<h2 id="integrations">Integrations</h2>
<ul>
<li><a href="https://api.slack.com/future/functions/custom">Slack Custom
Functions</a> - Build custom Run On Slack functions using Deno.</li>
<li><a href="https://docs.netlify.com/edge-functions/overview/">Netlify
Edge Functions</a> - Edge Functions connect the Netlify platform and
workflow.</li>
<li><a href="https://api.slack.com/future/functions/custom">Slack Custom
Functions</a> - Build custom Run On Slack functions using Deno.</li>
<li><a href="https://www.smallweb.run/">Smallweb</a> - A personal cloud
contained in a single directory. You can customize the server behavior
using Deno.</li>
<li><a href="https://supabase.com/docs/guides/functions">Supabase Edge
Functions</a> - Edge Functions are server-side TypeScript functions,
distributed globally at the edge.</li>
@@ -806,14 +840,10 @@ Integration with Deno</a></li>
<li><a
href="https://stefanbuck.com/blog/hidden-superpower-deno-xeval">The
Hidden Superpower of Deno: xeval</a></li>
<li><a href="https://v1rtl.site/blog/coverage-in-deno">Test coverage in
Deno with Codecov and GitHub Actions</a></li>
<li>Deno REST API with Oak Tutorial Series <a
href="https://www.robinwieruch.de/deno-tutorial">0</a>, <a
href="https://www.robinwieruch.de/deno-oak">1</a>, <a
href="https://www.robinwieruch.de/deno-oak-rest-api">2</a></li>
<li><a href="https://fettblog.eu/dissecting-deno/">Dissecting
Deno</a></li>
<li><a
href="https://sabe.io/tutorials/getting-started-with-deno">Getting
Started with Deno</a></li>
@@ -943,6 +973,11 @@ Node &amp; Deno #kng5 / deno</a></li>
href="https://blog.leko.jp/post/code-reading-of-deno-boot-process/">Dive
into Denoプロセス起動からTypeScriptが実行されるまで</a></li>
</ul>
<h3 id="korean">Korean</h3>
<ul>
<li><a href="https://deno.kr/">Deno Korea</a> - Deno Korean User
Group.</li>
</ul>
<h3 id="russian">Russian</h3>
<ul>
<li><a href="https://t.me/denoland_ru">Telegram channel</a></li>
@@ -974,3 +1009,5 @@ at Deno | BlaBlaConf 2021 🇲🇦</a></li>
<li><a href="https://devs.krd/about-deno">A short introduction to
Deno</a></li>
</ul>
<p><a href="https://github.com/denolib/awesome-deno">deno.md
Github</a></p>