You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[deno_mysql](https://github.com/denodrivers/mysql) - MySQL database driver.
96
96
-[dongoose](https://github.com/roonie007/dongoose) - A simple and easy to use ORM for Deno KV.
97
97
-[@iuioiua/redis](https://jsr.io/@iuioiua/redis) - Fast, lightweight Redis client built upon the Web Streams API.
98
-
-[maxminddb](https://github.com/josh-hemphill/maxminddb-deno) - A library that enables the usage of MaxmindDB geoIP database files
98
+
-[maxminddb](https://github.com/josh-hemphill/maxminddb-wasm) - A library that enables the usage of MaxmindDB geoIP database files
99
99
-[nessie](https://github.com/halvardssm/deno-nessie) - Create, migrate and rollback migrations for PostgreSQL, MySQL and SQLite.
100
100
-[postgres](https://github.com/denodrivers/postgres) - Driver for PostgreSQL database.
101
101
-[redis](https://github.com/denodrivers/redis) - An experimental implementation of redis client for deno.
@@ -143,32 +143,32 @@ This list is a collection of the best Deno modules and resources.
143
143
-[written](https://github.com/vixalien/written) - A provides a set of utilities for manipulating text, with a focus on providing typographic tools rather than pure string manipulation.
144
144
145
145
### Social Platform APIs
146
-
-[grammY](https://github.com/grammyjs/grammy) - Telegram Bot API framework for Deno.
146
+
-[grammY](https://github.com/grammyjs/grammY) - Telegram Bot API framework for Deno.
147
147
-[discordeno](https://github.com/discordeno/discordeno) - Discord API library for Deno
148
148
-[MTKruto](https://github.com/MTKruto/MTKruto) - Deno-first, cross-runtime client library for Telegram's MTProto API.
149
149
150
150
151
151
### Template engine
152
152
-[dejs](https://github.com/syumai/dejs) - Ejs template engine for deno.
153
-
-[eta](https://github.com/eta-dev/eta) - Fast, lightweight, and configurable embedded template engine.
153
+
-[eta](https://github.com/bgub/eta) - Fast, lightweight, and configurable embedded template engine.
154
154
-[handlebars](https://github.com/alosaur/handlebars) - Handlebars template engine for deno
155
155
156
156
### Testing
157
157
-[deno-puppeteer](https://github.com/lucacasonato/deno-puppeteer) - A library which provides a high-level API to control Chromium or Chrome over the DevTools Protocol.
158
158
-[qunitx](https://github.com/izelnakri/qunitx) - Zero dependency, fully customizable, mature, universal test API that can run interchangably in node.js, Deno & browser, using default runtime test runners.
159
159
-[rhum](https://github.com/drashland/rhum) - A lightweight testing framework for Deno.
160
-
-[superdeno](https://github.com/asos-craigmorten/superdeno) - Super-agent driven library for testing Deno HTTP servers.
161
-
-[superoak](https://github.com/asos-craigmorten/superoak) - HTTP assertions for Oak made easy via SuperDeno.
160
+
-[superdeno](https://github.com/cmorten/superdeno) - Super-agent driven library for testing Deno HTTP servers.
161
+
-[superoak](https://github.com/cmorten/superoak) - HTTP assertions for Oak made easy via SuperDeno.
162
162
-[tepi](https://deno.land/x/tepi) - A .http Test Runner
-[buckets](https://github.com/jacoborus/deno-buckets) - Bundle assets and scripts in a single executable file.
167
167
-[colors](https://github.com/retraigo/colors) - Color conversions and operations in TypeScript.
168
-
-[croner](https://github.com/hexagon/croner) - Cron library with advanced scheduling features, well-documented API, and zero dependencies.
168
+
-[croner](https://github.com/Hexagon/croner) - Cron library with advanced scheduling features, well-documented API, and zero dependencies.
169
169
-[computed_types](https://github.com/neuledge/computed-types) - Joi like validators for Typescript and Deno.
170
170
-[denon](https://github.com/denosaurs/denon/blob/master/mod.ts) - A file watcher with a for-await generator.
171
-
-[deno-config](https://github.com/yooneskh/deno-config) - Utility to streamline deno app configuration management through cli, .env and json files
171
+
-[deno-config](https://github.com/yooneskh/deno-unified-config) - Utility to streamline deno app configuration management through cli, .env and json files
172
172
-[dinoenv](https://deno.land/x/dinoenv) - tiny library to manage environment variables with deno.
173
173
-[durationjs](https://github.com/retraigo/duration.js) - Get formatted time duration from a timestamp or a human-readable string.
174
174
-[esm-itter](https://github.com/tillsanders/esm-itter) – A strongly typed fork of the popular EventEmitter3 with a focus on EcmaScript module syntax, TypeScript and modern tooling.
@@ -179,51 +179,51 @@ This list is a collection of the best Deno modules and resources.
179
179
-[locale-kit](https://deno.land/x/localekit) ([GitHub](https://github.com/locale-kit/locale-kit)) - A internationalisation/localisation/translation (i18n/l10n/t9n) library with a wrapper for Fresh and support for plurals and dynamic replacement.
180
180
-[optionals](https://github.com/OliverBrotchie/optionals) - Rust-like error handling and options with exhaustive pattern matching.
181
181
-[qrcode](https://github.com/denorg/qrcode) - QR code image generator for Deno.
182
-
-[rubico](https://github.com/richytong/rubico) - 🏞 [a]synchronous function composition; it just works.
182
+
-[rubico](https://github.com/a-synchronous/rubico) - 🏞 [a]synchronous function composition; it just works.
183
183
-[solc](https://github.com/deno-web3/solc) - 💎 Solidity bindings for Deno.
184
184
-[switcher4deno](https://github.com/switcherapi/switcher-client-deno) - Feature Flag Deno SDK client for Switcher-API.
185
185
-[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.
186
-
-[PLS](https://github.com/roj1512/pls) - Use 2 lines to persist localStorage in any database, including, but not limited to, MongoDB, PostgreSQL and Redis.
186
+
-[PLS](https://github.com/xorgram/pls) - Use 2 lines to persist localStorage in any database, including, but not limited to, MongoDB, PostgreSQL and Redis.
187
187
-[deno_kv_fs](https://github.com/hviana/deno_kv_fs) Deno KV file system, compatible with Deno deploy. Makes use of Web Streams API.
188
188
189
189
### Validation
190
190
191
191
-[zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with static type inference.
192
192
193
193
### Web framework
194
-
-[aqua](https://github.com/l2ig/aqua) - A minimal and fast web framework for Deno.
194
+
-[aqua](https://github.com/predetermined/aqua) - A minimal and fast web framework for Deno.
195
195
-[alosaur](https://github.com/alosaur/alosaur) - Alosaur - Deno web framework with many ES Decorators.
196
196
-[danet](https://github.com/Savory/Danet) - A Savory web framework for Deno heavily inspired by [Nest.js](https://nestjs.com).
197
-
-[drash](https://github.com/drashland/deno-drash) - A REST microframework for Deno's HTTP server with zero dependencies.
197
+
-[drash](https://github.com/drashland/drash) - A REST microframework for Deno's HTTP server with zero dependencies.
198
198
-[faster](https://github.com/hviana/faster) - A fast and optimized middleware server with a set of useful middlwares.
199
199
-[faster_react](https://github.com/hviana/faster_react) - Full Stack web framework with React + Faster. Fully compatible with Deno Deploy.
200
200
-[hono](https://github.com/honojs/hono) - Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
201
201
-[oak](https://github.com/oakserver/oak) - A middleware framework for Deno's net server.
202
-
-[oak-http-proxy](https://github.com/asos-craigmorten/oak-http-proxy) - Proxy middleware for Deno Oak HTTP servers.
202
+
-[oak-http-proxy](https://github.com/cmorten/oak-http-proxy) - Proxy middleware for Deno Oak HTTP servers.
203
203
-[oak-routing-ctrl](https://github.com/Thesephi/oak-routing-ctrl) - TypeScript Decorators for easy scaffolding API services with the oak framework.
204
-
-[opine](https://github.com/asos-craigmorten/opine) - Fast, minimalist web framework ported from ExpressJS.
205
-
-[opine-http-proxy](https://github.com/asos-craigmorten/opine-http-proxy) - Proxy middleware for Deno Opine HTTP servers.
204
+
-[opine](https://github.com/cmorten/opine) - Fast, minimalist web framework ported from ExpressJS.
205
+
-[opine-http-proxy](https://github.com/cmorten/opine-http-proxy) - Proxy middleware for Deno Opine HTTP servers.
206
206
207
207
### WebSocket
208
208
-[dropper](https://github.com/denyncrawford/dropper-deno) - Custom event-based WebSockets framework for building real-time apps on Deno 🦕
209
209
-[wocket](https://github.com/drashland/wocket) - A WebSocket library for Deno.
210
210
211
211
### Web utils
212
-
-[djwt](https://github.com/timonson/djwt) - Make JSON Web Tokens (JWT) on Deno based on JWT and JWS specifications.
212
+
-[djwt](https://github.com/Zaubrik/djwt) - Make JSON Web Tokens (JWT) on Deno based on JWT and JWS specifications.
213
213
-[forwarded](https://github.com/deno-libs/forwarded) - Deno port of `forwarded` library.
214
214
-[fresh_chart](https://github.com/denoland/fresh_charts) - A server-side-rendered charting library for Fresh.
215
-
-[gentleRpc](https://github.com/timonson/gentleRpc) - A JSON-RPC 2.0 TypeScript library for Deno and the browser.
215
+
-[gentleRpc](https://github.com/timonson/gentle_rpc) - A JSON-RPC 2.0 TypeScript library for Deno and the browser.
-[GitHub Profile Trophy](https://github.com/ryo-ma/github-profile-trophy) - 🏆 Add dynamically generated GitHub Trophy on your readme
243
243
-[ShopSavvy Deno Deploy](https://github.com/shopsavvy/deno-deploy-shopsavvy) - Deno Deploy router with Hono for product search, real-time pricing, and price history.
@@ -253,7 +253,7 @@ This list is a collection of the best Deno modules and resources.
253
253
-[denomander](https://github.com/siokas/denomander) - Deno command-line interfaces inspired from commander.js.
254
254
-[denon](https://github.com/denosaurs/denon) - A daemon script runner, like nodemon. Built in and for Deno.
255
255
-[denopendabot](https://github.com/apps/denopendabot) - Dependabot for Deno projects.
256
-
-[denopkg](https://github.com/denopkg/denopkg.com) - An easier way to use code from GitHub in your Deno project.
256
+
-[denopkg](https://github.com/egoist-labs/denopkg.com) - An easier way to use code from GitHub in your Deno project.
257
257
-[Deno Dig](https://github.com/theGEBIRGE/DenoDig) - A tool for extracting application code and npm packages from stand-alone Deno executables.
258
258
-[deno_docker](https://github.com/denoland/deno_docker) - Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu.
@@ -267,7 +267,7 @@ This list is a collection of the best Deno modules and resources.
267
267
-[entype](https://github.com/bcheidemann/entype) - A CLI tool used to generate type definitions for serialised data, currently supporting JSON to Rust and TypeScript.
268
268
-[kopo-cli](https://github.com/littletof/kopo-cli) - A Deno registry browser in the terminal.
269
269
-[make-deno-edition](https://github.com/bevry/make-deno-edition) - Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.
270
-
-[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.
270
+
-[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.
271
271
-[studio-pack-generator](https://github.com/jersou/studio-pack-generator) - Convert a folder or a RSS URL to Studio pack for Lunii device
272
272
-[trex](https://github.com/crewdevio/Trex) - Package management like npm for deno.
273
273
-[udd](https://github.com/hayd/deno-udd) - Update Deno dependencies: updates import statements to their latest published version.
0 commit comments