code11 / engine

A declarative state management system
MIT License
9 stars 11 forks source link

Development for Express #20

Closed dumconstantin closed 3 years ago

dumconstantin commented 4 years ago

Might be an engine implementation designed for express or just a set of producers that handle requests.

TBD

AlexandruSimandi commented 4 years ago

partikip

dumconstantin commented 3 years ago

With the new Engine Modules the implementation is trivial and doesn't require further extending the Engine.

See the pattern detailed here:

https://code11.github.io/engine/docs/patterns/request-response

What we might end up providing is a sandbox with a working example.