Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 56 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,61 @@ This list is a collection of the best Deno modules and resources.

## Contents

- [Docs](#docs)
- [Official Docs](#official-docs)
- [External Docs](#external-docs)
- [Online Playgrounds](#online-playgrounds)
- [Modules](#modules)
- [Automation](#automation)
- [CLI utils](#cli-utils)
- [Cloud APIs](#cloud-apis)
- [Database](#database)
- [Editor framework](#editor-framework)
- [Frontend development](#frontend-development)
- [Frontend framework](#frontend-framework)
- [Game engine](#game-engine)
- [LLM](#llm)
- [Logging](#logging)
- [Machine Learning](#machine-learning)
- [Mail](#mail)
- [Markdown](#markdown)
- [Math](#math)
- [Static site generator](#static-site-generator)
- [String utils](#string-utils)
- [Social Platform APIs](#social-platform-apis)
- [Template engine](#template-engine)
- [Testing](#testing)
- [Utils](#utils)
- [Web framework](#web-framework)
- [WebSocket](#websocket)
- [Web utils](#web-utils)
- [Webview](#webview)
- [XML](#xml)
- [Registries](#registries)
- [Showcases](#showcases)
- [Tools](#tools)
- [Integrations](#integrations)
- [Articles](#articles)
- [Blogs/Newsletters](#blogsnewsletters)
- [Presentations](#presentations)
- [Resources](#resources)
- [Books](#books)
- [Resources in Other Languages](#resources-in-other-languages)
- [Chinese](#chinese)
- [Hebrew](#hebrew)
- [Indonesian](#indonesian)
- [Italian](#italian)
- [Japanese](#japanese)
- [Korean](#korean)
- [Russian](#russian)
- [Spanish](#spanish)
- [Darija (Arabe marocain)](#darija)
- [Kurdish (Central)](#kurdish-central)
- [Awesome Deno ](#awesome-deno-)
- [Contents](#contents)
- [Docs](#docs)
- [Official Docs](#official-docs)
- [External Docs](#external-docs)
- [Online Playgrounds](#online-playgrounds)
- [Modules](#modules)
- [Automation](#automation)
- [CLI utils](#cli-utils)
- [Cloud APIs](#cloud-apis)
- [Database](#database)
- [Editor framework](#editor-framework)
- [Frontend development](#frontend-development)
- [Frontend framework](#frontend-framework)
- [Game engine](#game-engine)
- [Image](#image)
- [LLM](#llm)
- [Logging](#logging)
- [Machine learning](#machine-learning)
- [Mail](#mail)
- [Markdown](#markdown)
- [Math](#math)
- [Static site generator](#static-site-generator)
- [String utils](#string-utils)
- [Social Platform APIs](#social-platform-apis)
- [Template engine](#template-engine)
- [Testing](#testing)
- [Utils](#utils)
- [Validation](#validation)
- [Video](#video)
- [Web framework](#web-framework)
- [WebSocket](#websocket)
- [Web utils](#web-utils)
- [Webview](#webview)
- [XML](#xml)
- [Registries](#registries)
- [Showcases](#showcases)
- [Tools](#tools)
- [Integrations](#integrations)
- [Blogs/Newsletters](#blogsnewsletters)
- [Articles](#articles)
- [Presentations](#presentations)
- [Resources](#resources)
- [Books](#books)
- [Resources in Other Languages](#resources-in-other-languages)
- [Chinese](#chinese)
- [Hebrew](#hebrew)
- [Indonesian](#indonesian)
- [Italian](#italian)
- [Japanese](#japanese)
- [Korean](#korean)
- [Russian](#russian)
- [Spanish](#spanish)
- [Darija](#darija)
- [Kurdish (Central)](#kurdish-central)

## Docs

Expand Down Expand Up @@ -289,6 +294,7 @@ This list is a collection of the best Deno modules and resources.
- [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.
Expand Down