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
- Host: GitHub
- URL: https://github.com/alexeyraspopov/message-script
- Owner: alexeyraspopov
- License: mit
- Created: 2016-11-20T08:18:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T15:48:19.000Z (about 8 years ago)
- Last Synced: 2024-12-01T03:34:07.607Z (5 months ago)
- Topics: actors, event-driven, javascript, message-dispatching, reactive-programming
- Language: JavaScript
- Homepage: https://alexeyraspopov.github.io/message-script/
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.