Info
Version: | 2.2.1-beta |
Author(s): | Paul Louth |
Last Update: | Wednesday, May 3, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/louthy/echo-process |
NuGet Url: | https://www.nuget.org/packages/Echo.ProcessJS |
Install
Install-Package Echo.ProcessJS
dotnet add package Echo.ProcessJS
paket add Echo.ProcessJS
Echo.ProcessJS Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Echo.Process(>= 2.1.6)
- LanguageExt.Core(>= 3.5.18)
- LanguageExt.Parsec(>= 3.5.18)
- Echo.Process(>= 2.1.6)
- LanguageExt.Core(>= 3.5.18)
- LanguageExt.Parsec(>= 3.5.18)
Tags
It also includes an 'Erlang like' process system (actors) that can optionally persist messages and state to Redis (note you can use it without Redis for in-app messaging). The process system additionally supports Rx streams of messages and state allowing for a complete system of reactive events and message dispatch.