lucet
DISCONTINUED
Moleculer
Our great sponsors
lucet | Moleculer | |
---|---|---|
4 | 15 | |
4,061 | 5,680 | |
- | 0.8% | |
6.6 | 9.1 | |
about 1 year ago | 8 days ago | |
Rust | JavaScript | |
Apache License 2.0 | MIT License |
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.
lucet
-
A Look at Performance in Wasmtime and Cranelift
The bytecode alliance had the lucet project which would be an OS executing WASM application, enabling very strict sandboxing.
-
Your python 4 dream list.
References for anyone following: wasmtime Lucet
-
There are a *lot* of actor framework projects on Cargo.
I guess lucet could be an under-layer for this but it's not really the same, different levels of the stack. Fascinating.
-
Writing Rust the Elixir way
I also want to use this opportunity to say a big thank you to the teams working on Rust, Wasmer, Wasmtime, Lucet and waSCC. It would be impossible to build Lunatic without all the hard work put into this projects.
Moleculer
-
Node JS Microservice Frameworks for Developing Scalable Web Apps.
Molecular โ Progressive Microservices Framework for Node.js
-
First time building microservice-based application
While youโre delving into microservices, check out Moleculer https://moleculer.services
-
How to deal with singletons in a distributed system?
You could use a framework for this. Have a look at moleculer
-
Microservices using express js
Look into Moleculer.
-
Been playing with moleculerjs recently, and just finished my first package: a service that allows you to use any node API framework as a moleculer gateway.
Moleculer already provides an in-house http gateway, but what if you want to use an existing API, and how to maintain decoupled code when creating your gateway? This package solves both. You can create your API, passing in any services you require as dependencies. You can then bind your API to moleculer using the moleculer-universal-gateway.
-
Donโt start with microservices โ monoliths are your friend
But there's more to the topic of microservices. Seems like all the conversation focuses on deployment pain. You can build a service with something like Akka or Moleculer where the modules act independently and have some message passing and resilience from each other, but they can still all live in one codebase, one process, and deployed as one unit. It works fine and isn't painful at all. And maybe down the line you decide to split the thing up into multiple processes and multiple deployment units, and that's an easy refactor because the modules are already somewhat separated.
-
Node.js Packages and Resources
Moleculer - Fast & powerful microservices framework.
-
Learning Microservices
I'm a fan of https://moleculer.services/
-
Refactoring away from NestJS to Moleculer
Our work project has outlived it's MVP life-cycle nature and we have decided to move away from currently used NestJS framework to https://moleculer.services/ in a manner of fairly extensive and aggressive refactor.
-
There are a *lot* of actor framework projects on Cargo.
Would love to. I built a rust client for the moleculer microservices framework
What are some alternatives?
Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) ๐
Express - Fast, unopinionated, minimalist web framework for node.
AWS Lambda Router for NodeJS - AWS Lambda router for NodeJS
seneca - A microservices toolkit for Node.js.
AdonisJs Framework - ๐ The Node.js Framework highly focused on developer ergonomics, stability and confidence
fastify - Fast and low overhead web framework, for Node.js
Micro - Asynchronous HTTP microservices
cote - A Node.js library for building zero-configuration microservices.
Node.js framework - Node.js framework
Nuxt.js - Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]
feathers - The API and real-time application framework
Next.js - The React Framework