Skip to content

AbolfazlRasoulizade/alwatr-signal

 
 

Repository files navigation

Alwatr Signal

Introduction

Elegant powerful event system for handle global signals and states base on observable design pattern, written in tiny TypeScript module.

Every signal has own value and can be used as a advance state management like redux and recoil without the complexities and unnecessary facilities of those libraries.

Contains the following packages:

  1. Finite-state machines (FSM): Managing invocations finite-state machines base on observable signal pattern.
  2. Server Context: Elegant powerful server-context manager base on alwatr signal.
  3. Signal: Elegant powerful event system for handle global signals and states.

Installation

npm install @alwatr/module-name

Usage

Follow each package's README for usage instructions.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 2.0%
  • HTML 0.5%