An open API service indexing awesome lists of open source software.

https://github.com/alexeyraspopov/message-script

A set of tools for creating message-driven systems in JavaScript
https://github.com/alexeyraspopov/message-script

actors event-driven javascript message-dispatching reactive-programming

Last synced: 5 months ago
JSON representation

A set of tools for creating message-driven systems in JavaScript

Awesome Lists containing this project

README

        

# Message Script

A set of tools for creating [reactive message-driven systems](http://www.reactivemanifesto.org/) in JavaScript.

Goal: to provide seamless and idiomatic approach for building message-driven systems that are easy to reason about.

## Packages

This project includes a several separate packages that work together in favor to allow you to build a distributed system of low coupled components.

* [`actor-system`](packages/actor-system) 🚧
* [`execution-context`](packages/execution-context)
* [`message-dispatcher`](packages/message-dispatcher)
* [`uniform-environment`](packages/uniform-environment) 🚧

## Docs & Examples

Please check following folders to [read](docs/) more about the project and [see](examples/) examples built with actors.

## Contribution

Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before making a pull request or opening an issue.