Marble.js
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. (by marblejs)
fastify
Fast and low overhead web framework, for Node.js (by fastify)
Marble.js | fastify | |
---|---|---|
4 | 127 | |
2,139 | 33,283 | |
-0.2% | 1.2% | |
0.0 | 9.6 | |
about 1 year ago | 4 days ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Marble.js
Posts with mentions or reviews of Marble.js.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-16.
-
Functional Web Framework
I found marblejs which makes use of rxjs and FP-TS, but "I'm not feeling it", so I'm looking for alternatives.
-
Marble.js vs. Express.js: Comparing Node.js web frameworks
Marble.js is a functional reactive Node.js framework for building server-side applications. It’s based on TypeScript and RxJS and relies on the reactive paradigm, with functional sugar on top of the Node platform.
-
For those of you that use Marble.js in production, what is/was your experience?
I had never heard of this before so I found the github. It has a lot of stars, but that doesnt mean much, so I checked out the packages on NPM. Marblejs/core has about 630 downloads in the past week. Thats not dead, but its not enough that youll find random redditors with production experience with it.
- Marble.js – functional reactive Node.js framework based on TypeScript and RxJs
fastify
Posts with mentions or reviews of fastify.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-26.
-
Simple example with NestJS and Mercurius (Schema First) 😻
In this post I will show you how to implement NestJS😻 with GraphQL in schema first mode, using Mercurius and the "platform" to Fastify.
-
Fastify v5 is Now Officially Released
I guess we could call it a major cleanup from v4 to v5? /me-thinks
https://github.com/fastify/fastify/blob/main/docs/Guides/Mig...
- Fastify: Fast and low overhead web framework, for Node.js
-
Should you use jest as a testing library?
For example, Fastify removed the instanceof operatorfrom its codebase because it was causing problems for those developers that rely on jest as a testing framework.
- Is this a valid reason to give up node?
-
Next JS vs Nest JS
Both are frameworks but NextJs is for Forntend (web app in browser that use ReactJs under the hood) and NestJs is for Backend (server app running on a server witch use Express or Fastify). The only thing similar between them is the typed language in which they were written.
-
Stop using express.js
Restify & Fastify Hapi
-
The fundamentals of building a Docker image
Let's create a sample Node API project we can work with throughout to build a new docker image. We will leverage Fastify to create an API that we configure via the fastify-cli.
-
Aplicação de Referência Empresarial em JavaScript - Contoso Real Estate
Fastify
-
Building a modern gRPC-powered microservice using Node.js, Typescript, and Connect
In setting out to build this service, we wanted to use gRPC for its APIs. We’ve been reaching for REST when building APIs so far, primarily out of necessity, i.e., our public APIs needed auto-generated client SDKs and docs for developers working with them. We built those APIs with Fastify and Typebox but felt burned by a code-first approach to generating an OpenAPI spec. I’ll spare you the details and save that experience/learning for another article. Suffice it to say we love gRPC’s schema-first approach. This blog post summarizes our feelings well
What are some alternatives?
When comparing Marble.js and fastify you can also consider the following projects:
Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
Next.js - The React Framework
bombardier - Fast cross-platform HTTP benchmarking tool written in Go
Koa - Expressive middleware for node.js using ES2017 async functions
voby - A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.
Express - Fast, unopinionated, minimalist web framework for node.