CockroachDB and Deno: Combining Two “Quick to Start” Technologies

This tutorial will walk through building a simple application using Deno, backed by CockroachDB (CRDB) Serverless. Deno (pronounced dee-no) is a “modern runtime environment for JavaScript and TypeScript”, while CockroachDB Serverless offers a free startup that scales with your app. Both technologies claim quick startup times for developers, so I’d like to test them out together and see how quickly we can get a full end-to-end application running.

Difficulty: Beginner (assumes no prior experience with CockroachDB or Deno)

CategoriesUncategorized