update lists
This commit is contained in:
@@ -21,6 +21,7 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [Frontend development](#frontend-development)
|
||||
- [Frontend framework](#frontend-framework)
|
||||
- [Game engine](#game-engine)
|
||||
- [LLM](#llm)
|
||||
- [Logging](#logging)
|
||||
- [Machine Learning](#machine-learning)
|
||||
- [Mail](#mail)
|
||||
@@ -52,6 +53,7 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [Indonesian](#indonesian)
|
||||
- [Italian](#italian)
|
||||
- [Japanese](#japanese)
|
||||
- [Korean](#korean)
|
||||
- [Russian](#russian)
|
||||
- [Spanish](#spanish)
|
||||
- [Darija (Arabe marocain)](#darija)
|
||||
@@ -61,10 +63,10 @@ This list is a collection of the best Deno modules and resources.
|
||||
|
||||
### Official Docs
|
||||
|
||||
- [Official Site](https://deno.land)
|
||||
- [Deno Manual](https://deno.land/manual)
|
||||
- [Deno API Reference](https://deno.land/api)
|
||||
- [Deno Standard Modules](https://deno.land/std)
|
||||
- [Official Site](https://deno.com)
|
||||
- [Deno Manual](https://docs.deno.com)
|
||||
- [Deno API Reference](https://docs.deno.com/api)
|
||||
- [Deno Standard Library](https://jsr.io/@std)
|
||||
|
||||
### External Docs
|
||||
|
||||
@@ -88,6 +90,8 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [chart](https://github.com/maximousblk/chart) - Console ASCII line charts with no dependencies.
|
||||
- [cli-spinner](https://github.com/ameerthehacker/cli-spinners) - Show spinners in the terminal while running long tasks.
|
||||
- [cliffy](https://github.com/c4spar/deno-cliffy) - The complete solution for building interactive command-line tools.
|
||||
- [clite](https://github.com/jersou/clite-parser) - Automatic CLI generation from a class.
|
||||
- [commit-sage-cli](https://github.com/AhmedOsman101/commit-sage-cli) - Generates Conventional Commit messages with AI based on Git repository changes.
|
||||
- [kia](https://github.com/HarryPeach/kia) - Simple terminal spinners for Deno 🦕
|
||||
- [terminal_images](https://github.com/mjrlowe/terminal_images) - A Deno module and CLI tool for displaying images in the terminal.
|
||||
- [tui](https://github.com/Im-Beast/deno_tui) - Module which allows easy creation of Terminal User Interfaces.
|
||||
@@ -109,10 +113,10 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [dongoose](https://github.com/roonie007/dongoose) - A simple and easy to use ORM for Deno KV.
|
||||
- [dsddb](https://github.com/MaximilianHeidenreich/DsDDB) - A dead simple persistant key-value database utilizing the JSON format.
|
||||
- [dso](https://github.com/manyuanrong/dso) - A simple ORM library based on mysql.
|
||||
- [@iuioiua/redis](https://jsr.io/@iuioiua/redis) - Fast, lightweight Redis client built upon the Web Streams API.
|
||||
- [maxminddb](https://github.com/josh-hemphill/maxminddb-deno) - A library that enables the usage of MaxmindDB geoIP database files
|
||||
- [nessie](https://github.com/halvardssm/deno-nessie) - Create, migrate and rollback migrations for PostgreSQL, MySQL and SQLite.
|
||||
- [postgres](https://github.com/denodrivers/postgres) - Driver for PostgreSQL database.
|
||||
- [r2d2](https://github.com/iuioiua/r2d2) - Fast, lightweight Redis client library for Deno.
|
||||
- [redis](https://github.com/denodrivers/redis) - An experimental implementation of redis client for deno.
|
||||
- [sql-builder](https://github.com/manyuanrong/sql-builder) - An sql query builder.
|
||||
- [yongo](https://github.com/yooneskh/yongo) - Subset of Mongoose api in deno (like populate) but will not fully copy mongoose
|
||||
@@ -139,6 +143,9 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [ImageScript](https://github.com/matmen/ImageScript) - Image processing in JavaScript, utilizing WebAssembly for performance.
|
||||
- [monke](https://github.com/retraigo/monke) - Color quantization and dithering library with extra image filters (blur, invert, etc).
|
||||
|
||||
### LLM
|
||||
- [duckduckgo-ai-chat](https://github.com/mumu-lhl/duckduckgo-ai-chat) - Providing Duckduckgo AI Chat API, which can use gpt-4o-mini for free.
|
||||
|
||||
### Logging
|
||||
- [sentry_deno](https://github.com/GJZwiers/sentry_deno) - Unofficial port of the Sentry SDK for JavaScript to Deno.
|
||||
- [dlog](https://github.com/dpmland/dlog) - A ussefull logger for the prompt with icons or simple version!
|
||||
@@ -251,13 +258,13 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [rubico](https://github.com/richytong/rubico) - 🏞 [a]synchronous function composition; it just works.
|
||||
- [solc](https://github.com/deno-web3/solc) - 💎 Solidity bindings for Deno.
|
||||
- [switcher4deno](https://github.com/switcherapi/switcher-client-deno) - Feature Flag Deno SDK client for Switcher-API.
|
||||
- [tryify](https://github.com/twilsoft/tryify) - Functional style error handling; never throw/try/catch/finally again.
|
||||
- [type-fest](https://github.com/denoserverless/type-fest) - A collection of essential TypeScript types (port of sindresorhus/type-fest).
|
||||
- [unified-deno-lock](https://github.com/yooneskh/unified-deno-lock) - Powerful and simple lock (mutex) library to handle race conditions with zero dependencies
|
||||
- [wasm-gzip](https://github.com/manyuanrong/wasm_gzip) - Perform gzip operations for Deno.
|
||||
- [watch](https://github.com/jinjor/deno-watch) - A file watcher.
|
||||
- [wu-diff-js](https://github.com/bokuweb/wu-diff-js) - A diff library to compute differences between two slices using wu(the O(NP)) algorithm.
|
||||
- [PLS](https://github.com/roj1512/pls) - Use 2 lines to persist localStorage in any database, including, but not limited to, MongoDB, PostgreSQL and Redis.
|
||||
- [deno_kv_fs](https://github.com/hviana/deno_kv_fs) Deno KV file system, compatible with Deno deploy. Makes use of Web Streams API.
|
||||
|
||||
### Validation
|
||||
|
||||
@@ -273,12 +280,16 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [danet](https://github.com/Savory/Danet) - A Savory web framework for Deno heavily inspired by [Nest.js](https://nestjs.com).
|
||||
- [drash](https://github.com/drashland/deno-drash) - A REST microframework for Deno's HTTP server with zero dependencies.
|
||||
- [faster](https://github.com/hviana/faster) - A fast and optimized middleware server with a set of useful middlwares.
|
||||
- [faster_react](https://github.com/hviana/faster_react) - Full Stack web framework with React + Faster. Fully compatible with Deno Deploy.
|
||||
- [hono](https://github.com/honojs/hono) - Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
|
||||
- [oak](https://github.com/oakserver/oak) - A middleware framework for Deno's net server.
|
||||
- [oak-http-proxy](https://github.com/asos-craigmorten/oak-http-proxy) - Proxy middleware for Deno Oak HTTP servers.
|
||||
- [oak-routing-ctrl](https://github.com/Thesephi/oak-routing-ctrl) - TypeScript Decorators for easy scaffolding API services with the oak framework.
|
||||
- [opine](https://github.com/asos-craigmorten/opine) - Fast, minimalist web framework ported from ExpressJS.
|
||||
- [opine-http-proxy](https://github.com/asos-craigmorten/opine-http-proxy) - Proxy middleware for Deno Opine HTTP servers.
|
||||
- [wren](https://github.com/zaiste/wren) - A small, but powerful HTTP library with a functional spin for creating composable web apps, built for convenience and simplicity
|
||||
- [primate](https://primatejs.com) - A polymorphic development platform
|
||||
- [Yelix](https://docs.yelix.dev/) - Yelix is a [Hono](https://github.com/honojs/hono) based Deno web server framework that simplifies backend development with built-in tools and automation.
|
||||
|
||||
### WebSocket
|
||||
- [deno-websocket](https://github.com/ryo-ma/deno-websocket) - 🦕 A simple WebSocket library like ws of node.js library.
|
||||
@@ -318,7 +329,6 @@ This list is a collection of the best Deno modules and resources.
|
||||
|
||||
- [crux.land](https://crux.land/) - A free registry service meant for hosting small ( < 10kB) single deno scripts.
|
||||
- [Deno PKG](https://denopkg.com/) - An easier way to use code from GitHub in your Deno project.
|
||||
- [Denopkg.dev](https://denopkg.dev/) - Use any public/private repository from GitHub/GitLab in your Deno project.
|
||||
- [deno.land/x/](https://deno.land/x/) - The official 3rd party module registry.
|
||||
- [nest.land](https://nest.land) - An immutable, blockchain powered Deno package registry. 🥚
|
||||
|
||||
@@ -349,6 +359,7 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [denoversion](https://github.com/lucascaro/denoversion) - SemVer and git version management for Deno.
|
||||
- [denox](https://github.com/BentoumiTech/denox) - Like packages.json scripts, but for Deno with permissions support.
|
||||
- [deno.mk](https://github.com/MarkTiedemann/deno.mk) - Cross-platform Makefile for installing and running Deno.
|
||||
- [Deno Dig](https://github.com/theGEBIRGE/DenoDig) - A tool for extracting application code and npm packages from stand-alone Deno executables.
|
||||
- [deno_docker](https://github.com/denoland/deno_docker) - Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu.
|
||||
- [dev_server](https://github.com/zhmushan/dev_server) - Let TypeScript files be used directly in the script tag.
|
||||
- [dmm](https://github.com/drashland/dmm) - Lightweight Deno Module Manager
|
||||
@@ -370,17 +381,18 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [pre-commit-deno](https://github.com/nozaq/pre-commit-deno) - pre-commit git hooks for Deno projects.
|
||||
- [pup](https://github.com/hexagon/pup) - Advanced process manager for Deno. With autorestart, fs watch, cron start, process telemetry, ipc, clustering, load balancer and more.
|
||||
- [starter](https://github.com/denorg/starter) - Deno module starter template with GitHub Actions CI
|
||||
- [studio-pack-generator](https://github.com/jersou/studio-pack-generator) - Convert a folder or a RSS URL to Studio pack for Lunii device
|
||||
- [trex](https://github.com/crewdevio/Trex) - Package management like npm for deno.
|
||||
- [udd](https://github.com/hayd/deno-udd) - Update Deno dependencies: updates import statements to their latest published version.
|
||||
- [velociraptor](https://github.com/umbopepato/velociraptor) - An npm-style script runner for Deno.
|
||||
- [vscode-deno](https://github.com/denoland/vscode_deno) - VS Code extension that provides Deno support using the `TypeScript Deno language service plugin`.
|
||||
- [vscode-deno-starter](https://github.com/twilsoft/vscode-deno-starter) - VS Code project boilerplate to get started with Deno.
|
||||
- [denofn-selfhosted](https://github.com/denofn/denofn-selfhosted) - Self-hosted Deno functions, made with Deno and Docker.
|
||||
|
||||
## Integrations
|
||||
|
||||
- [Slack Custom Functions](https://api.slack.com/future/functions/custom) - Build custom Run On Slack functions using Deno.
|
||||
- [Netlify Edge Functions](https://docs.netlify.com/edge-functions/overview/) - Edge Functions connect the Netlify platform and workflow.
|
||||
- [Slack Custom Functions](https://api.slack.com/future/functions/custom) - Build custom Run On Slack functions using Deno.
|
||||
- [Smallweb](https://www.smallweb.run/) - A personal cloud contained in a single directory. You can customize the server behavior using Deno.
|
||||
- [Supabase Edge Functions](https://supabase.com/docs/guides/functions) - Edge Functions are server-side TypeScript functions, distributed globally at the edge.
|
||||
- [Astro](https://docs.astro.build/en/guides/deploy/deno/) - Deploy a server-side rendered Astro site to Deno Deploy.
|
||||
|
||||
@@ -404,9 +416,7 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [Create your first News CLI app using Deno](https://medium.com/javascript-in-plain-english/creating-your-first-news-cli-app-using-deno-e1470398c627)
|
||||
- [Continuous Integration with Deno](https://semaphoreci.com/blog/continuous-integration-with-deno)
|
||||
- [The Hidden Superpower of Deno: xeval](https://stefanbuck.com/blog/hidden-superpower-deno-xeval)
|
||||
- [Test coverage in Deno with Codecov and GitHub Actions](https://v1rtl.site/blog/coverage-in-deno)
|
||||
- Deno REST API with Oak Tutorial Series [0](https://www.robinwieruch.de/deno-tutorial), [1](https://www.robinwieruch.de/deno-oak), [2](https://www.robinwieruch.de/deno-oak-rest-api)
|
||||
- [Dissecting Deno](https://fettblog.eu/dissecting-deno/)
|
||||
- [Getting Started with Deno](https://sabe.io/tutorials/getting-started-with-deno)
|
||||
- [How to deploy a Deno app using Docker](https://sabe.io/tutorials/how-to-deploy-deno-app-docker)
|
||||
|
||||
@@ -473,6 +483,10 @@ This list is a collection of the best Deno modules and resources.
|
||||
- [Design Mistakes in Node & Deno #kng5 / deno](https://speakerdeck.com/masashi/deno)
|
||||
- [Dive into Deno:プロセス起動からTypeScriptが実行されるまで](https://blog.leko.jp/post/code-reading-of-deno-boot-process/)
|
||||
|
||||
### Korean
|
||||
|
||||
- [Deno Korea](https://deno.kr/) - Deno Korean User Group.
|
||||
|
||||
### Russian
|
||||
|
||||
- [Telegram channel](https://t.me/denoland_ru)
|
||||
@@ -492,3 +506,6 @@ This list is a collection of the best Deno modules and resources.
|
||||
### Kurdish (Central)
|
||||
|
||||
- [A short introduction to Deno](https://devs.krd/about-deno)
|
||||
|
||||
[deno.md Github](https://github.com/denolib/awesome-deno
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user