-
Vitest: Released in 2022, seen as an upgraded Jest with built-in TypeScript support.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Encore
Open Source Development Platform for building robust type-safe distributed systems with declarative infrastructure
Encore.ts: The TypeScript native version of Encore, introduced in early 2024, is a fully-featured framework for building type-safe microservices application. Comes with built-in automation for running local infrastructure and integration for easy deployment to cloud infrastructure.
-
Testify: Popular framework with assertion functions and mock objects.
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
Nest.js: A comprehensive framework for building large-scale applications. Its core follows the MVC pattern and makes heavy use of decorators.
-
Delve: Popular debugger for Go.
-
Jest: A fan favorite, known for being user-friendly and feature-rich.
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
Gin: A favorite for microservices and REST APIs. It's simple and fast.
-
Echo: Known for great docs and HTTP/2 support.
-
You can also replace Node.js with other runtimes to unlock multi-threading, for instance Deno and Bun[https://bun.sh/].
-
You can also replace Node.js with other runtimes to unlock multi-threading, for instance Deno and Bun[https://bun.sh/].