All Projects → oakserver → awesome-oak

oakserver / awesome-oak

Licence: MIT license
A list of community projects for oak

Projects that are alternatives of or similar to awesome-oak

deno-keyv
A simple, easy to use key-value database wrapper for Deno
Stars: ✭ 16 (-74.6%)
Mutual labels:  deno
Zip.js
JavaScript library to zip and unzip files in the browser and Deno
Stars: ✭ 2,444 (+3779.37%)
Mutual labels:  deno
astrodon
Make Desktop apps with Deno 🦕
Stars: ✭ 826 (+1211.11%)
Mutual labels:  deno
chat-with-deno-and-preact
Chat app with Deno + Preact
Stars: ✭ 27 (-57.14%)
Mutual labels:  deno
Fe News
FE 기술 소식 큐레이션 뉴스레터
Stars: ✭ 2,249 (+3469.84%)
Mutual labels:  deno
ptera
Ptera is DateTime library for Deno
Stars: ✭ 62 (-1.59%)
Mutual labels:  deno
run exclusive
⚡🔒 Wait queue for function execution 🔒 ⚡
Stars: ✭ 22 (-65.08%)
Mutual labels:  deno
discord-emoji
[Library/Deno] A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.
Stars: ✭ 37 (-41.27%)
Mutual labels:  deno
Aleph.js
The Full-stack Framework in Deno.
Stars: ✭ 3,448 (+5373.02%)
Mutual labels:  deno
core
Server side rendering with The Elm Architecture in Deno
Stars: ✭ 16 (-74.6%)
Mutual labels:  deno
Awesome Deno
Curated list of awesome things related to Deno
Stars: ✭ 3,330 (+5185.71%)
Mutual labels:  deno
I18next
i18next: learn once - translate everywhere
Stars: ✭ 5,971 (+9377.78%)
Mutual labels:  deno
superdeno
Super-agent driven library for testing Deno HTTP servers.
Stars: ✭ 119 (+88.89%)
Mutual labels:  deno
tinyhttp
🦕 Deno port of tinyhttp, 0-legacy, tiny & fast web framework
Stars: ✭ 84 (+33.33%)
Mutual labels:  deno
media types
Deprecated. Use std/media_types instead.
Stars: ✭ 21 (-66.67%)
Mutual labels:  deno
kopo-cli
🐶 A Deno registry browser in the terminal
Stars: ✭ 15 (-76.19%)
Mutual labels:  deno
Deno
A modern runtime for JavaScript and TypeScript.
Stars: ✭ 79,289 (+125755.56%)
Mutual labels:  deno
denoliver
A simple, dependency free static file server for Deno with possibly the worst name ever.
Stars: ✭ 94 (+49.21%)
Mutual labels:  deno
i18next-fs-backend
i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.
Stars: ✭ 67 (+6.35%)
Mutual labels:  deno
dmm
Lightweight Deno Module Manager
Stars: ✭ 59 (-6.35%)
Mutual labels:  deno

awesome-oak

This is a list of community projects related to oak middleware and router server framework for Deno.

If you know of resources that would be great to list here, just create a pull request.

Getting Started

Middleware

  • oak_middleware a collection of maintained middleware for oak.
  • view-engine 🚀a Template View Engine for Deno frameworks.
  • multiparser a Deno module for parsing multipart/form-data.
  • error handling & logging a error handling middleware with logger.
  • jwt a JWT validation middleware.
  • oak_sessions a session middleware for oak with support for Redis and many other storage engines.
  • organ a logging middleware based on the morgan middleware from ExpressJS.
  • snelm a security middleware ported from the helmet middleware from ExpressJS.
  • validator a validator for body content and url parameters.
  • upload perform uploads, organize uploads to avoid file system problems and create dirs if not exists, perform validations and optimizes RAM usage when uploading large files using Deno standard libraries.
  • oak-http-proxy a proxy middleware for oak.
  • oak-logger An exteremely easy and rich oak logger that color codes!
  • serverless_oak A handler for mapping AWS Api Gateway and Lambda to oak.
  • oak-channels A helper for writing real world websocket applications with group messaging support.

Examples/Templates/Boilerplates

  • deno_crud_jwt 🦕 basic jwt implementation with CRUD operations using oak + postgres.
  • deno-api-starter-oak Standard RESTful API project setup & examples with docker, MySQL, JWT, Swagger open API, DB migration, validation, and route guards.

Testing

  • superoak HTTP assertions for Oak made easy via SuperDeno.

Tutorials

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].