Deno v1.8 – support for WebGPU, private modules, Intl, and much more

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • esbuild

    An extremely fast bundler for the web

  • Maybe esbuild can help? It's a go-based bundler that does typescript, es6, etc. and a lot more. https://github.com/evanw/esbuild It's still pretty well integrated into the npm world and distributed as a node package though, so there might be some issues.

  • esm.sh

    A fast, smart, & global CDN for modern(es2015+) web development.

  • Any modules on npm for web may work with minimal to no changes. You will need to convert them to esm. There are cdns which provide automatic conversion.

    1. https://esm.sh

    2. https://skypack.dev

    Deno provides built in bundler. It is low level but there are third party packages built on top of it.

    All the three packages mentioned have equivalent in the deno ecosystem.

    Try searching on https://deno.land/std and https://deno.land/x

    Manual for built in stuff on deno: https://deno.land/manual

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • deno-xml-parser

    XML parser ported from https://github.com/segmentio/xml-parser

  • deno

    A modern runtime for JavaScript and TypeScript.

  • Is https://deno.land seriously getting the ‘hug of death’?!

    I’m seeing some very odd behavior. I’ve gone from getting an SSL error, to stuck in loading ‘forever’, to sometimes it loads.

    Anyone else seeing odd behavior?

  • fusrodah

    A Roda + Sequel + Webpack/TailwindCSS boilerplate to get started quickly.

  • My project is closed-source but I used this project as a starting point: https://github.com/choonggg/fusrodah

    It's a really good/barebones Roda project using webpack for assets/js pipeline and Tailwind CSS for UI. My methodology was:

    1) clone the project

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts