Skip to content

denocommunity/best-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 

Repository files navigation

Best Deno

Curating the best Deno modules and resources.

Deno is an open-source, cross-platform, secure JavaScript and TypeScript runtime for writing servers.

Modules

Total modules: 1124 on Deno.land.

Functional programming

  • lodash – Utility library delivering consistency, customization, performance, & extras. A better and faster Underscore.js.

Web frameworks

  • oak – A middleware framework for Deno's net server.
  • drash – A REST microframework for Deno's HTTP server with zero dependencies.
  • servest – A progressive http server for Deno.
  • pagic – A static site generator powered by Deno + React.
  • opine – Fast, minimalist web framework for Deno ported from ExpressJS.

Math

  • math – The math module is used to provide a helper for high-precision calculations and scientific computing.

Database

  • Drivers
    • mysql – MySQL driver for Deno.
    • postgres – PostgreSQL driver for Deno
    • redis – Redis client for Deno.

Testing

  • test – The test module is used to provides a few basic utilities to make testing easier and consistent in Deno.
  • dvm – Easy way to manage multiple active deno versions.

HTTP

  • cache – Deno cache library.

Date

  • date_fn – Modern JavaScript date utility library.

Miscellaneous

  • dotenv – Dotenv file handling in Deno.

Text

  • i18next – Internationalization framework.
  • case – Convert strings between camelCase, PascalCase, Title Case, snake_case and more in Deno.

Templating

  • dejs – Ejs template engine for deno.

Other

  • status – HTTP status utility in Deno.
  • webview – Deno bindings for webview, a tiny library for creating web-based desktop GUIs.
  • financial – A Zero-dependency TypeScript/JavaScript financial library (based on numpy-financial) for Node.js, Deno and the browser.

Resources

Official docs

Stackoverflow