All Projects → nactio → nact

nactio / nact

Licence: Apache-2.0 license
nact ⇒ node.js + actors ⇒ your services have never been so µ

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nact

protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+312.56%)
Mutual labels:  distributed-systems, actors, akka, actor-model
Nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 848 (-15.45%)
Mutual labels:  distributed-systems, actors, akka, actor-model
Gosiris
An actor framework for Go
Stars: ✭ 222 (-77.87%)
Mutual labels:  distributed-systems, actors, actor-model
Protoactor Go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 3,934 (+292.22%)
Mutual labels:  actors, akka, actor-model
Akka
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Stars: ✭ 11,938 (+1090.23%)
Mutual labels:  distributed-systems, akka, actor-model
Thespian
Python Actor concurrency library
Stars: ✭ 220 (-78.07%)
Mutual labels:  distributed-systems, actors, actor-model
protoactor-python
Proto Actor - Ultra fast distributed actors
Stars: ✭ 78 (-92.22%)
Mutual labels:  actors, akka, actor-model
reacted
Actor based reactive java framework for microservices in local and distributed environment
Stars: ✭ 17 (-98.31%)
Mutual labels:  distributed-systems, actors, actor-model
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-98.01%)
Mutual labels:  distributed-systems, actors, actor-model
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-97.51%)
Mutual labels:  distributed-systems, actor-model, actorsystem
gen browser
Transparent bi-directional communication for clients, servers and more
Stars: ✭ 67 (-93.32%)
Mutual labels:  distributed-systems, actors, actor-model
Protoactor Dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 1,070 (+6.68%)
Mutual labels:  distributed-systems, actors, akka
Orbit
Orbit - Virtual actor framework for building distributed systems
Stars: ✭ 1,585 (+58.03%)
Mutual labels:  distributed-systems, actors, actor-model
Stateright
A model checker for implementing distributed systems.
Stars: ✭ 213 (-78.76%)
Mutual labels:  distributed-systems, actor-model
Lagom
Reactive Microservices for the JVM
Stars: ✭ 2,590 (+158.23%)
Mutual labels:  distributed-systems, akka
Actors.jl
Concurrent computing in Julia based on the Actor Model
Stars: ✭ 95 (-90.53%)
Mutual labels:  actors, actor-model
wasmcloud-otp
wasmCloud host runtime that leverages Elixir/OTP and Rust to provide simple, secure, distributed application development using the actor model
Stars: ✭ 197 (-80.36%)
Mutual labels:  actors, actor-model
akka-cqrs-activator
Issue tracker PoC application written in Scala (Akka) and JavaScript (React) that demonstrates event sourcing and CQRS
Stars: ✭ 33 (-96.71%)
Mutual labels:  actors, akka
Akka.Persistence.MongoDB
MongoDB support for Akka.Persistence
Stars: ✭ 30 (-97.01%)
Mutual labels:  actors, akka
endless
Scala library to describe sharded and event sourced entities using tagless-final algebras
Stars: ✭ 70 (-93.02%)
Mutual labels:  actors, akka

nact Logo

nact ⇒ node.js + actors
your services have never been so µ

.github/workflows/npm-publish.yml  Coveralls DeepScan Grade

npm FOSSA Status js-semistandard-style we are reactive

Any and all feedback, comments and suggestions are welcome. Please open an issue if you find anything unclear or misleading in the documentation.

This is the repository for the javascript implementation. To view/contribute to the ReasonML code, go to http://github.com/ncthbrt/reason-nact. To contribute to the documentation, https://github.com/ncthbrt/nact.xyz is the place to make PRs.

Nact is redux but for the server

Servers today are very different from those even 10 years ago. So why are we still programming like it's the 90s?

Inspired by the approaches taken by Akka and Erlang, Nact is an open source Node.js framework which enables you to take control of your state to:

  • more effectively use memory
  • improve application resiliance
  • increase performance
  • reduce coupling

With out of the box support for event sourcing, and a considered implementation of the actor model, nact can work across a wide variety of domains.

Nact is no silver bullet, but it is evolving to tackle ever more demanding use cases. Perhaps one of them is yours?

To get started, head to https://nact.xyz

Note: Nact is currently only able to work on Node 8 and above.

The Next Branch

You might have noticed that the default branch has been changed to next. That is because Nact is undergoing a signficant rearchitecture.

The aim is to make modularity and extensibility a first class citizen of Nact, while still going to great pains as always to ensure a seamless upgrade path. This work will enable Nact to run in more contexts, such as the browser, deno and of course nact's original platform node. It will also allow for some exciting work in enabling location transparency and being able to more easily design and operate distributed architectures, especially in k8s and cloud contexts.

Of course due to the churn, and because the Nact API surface is expanding, it also seemed prudent to port the codebase over to typescript.

The changes will also require a rewrite of the documentation.

A note on regularity of commits

Nact sees daily usage by the project maintainer. The project is extremely stable and has been around for a few years. As the project made the deliberate choice to minimise dependencies, particularly runtime dependencies, there is not a huge need for updates to the project, besides for the occasional introduction of new features. This means that it can be a few months since the last commit. This does not mean the project is dead, but rather that it is working as designed.

How are you using Nact?

We would love to hear how you're using Nact. If you'd like to send feedback (bad or good) please email Natalie Cuthbert at [email protected] or join the Discord.

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].