two-hundred / celerity

The backend toolkit that gets you moving fast
https://celerityframework.com
Apache License 2.0
0 stars 0 forks source link

Celerity Runtime Libs - Blueprint Config Parser #43

Closed fr3shw3b closed 2 months ago

fr3shw3b commented 3 months ago

Implement a bare bones parser for Celerity blueprints so the runtime can load a blueprint to extract information about the kind of application it should run and about the message and request handlers. This should not carry out the in depth validation of blueprints that the Blueprint Framework does, this should only parse and include minimal validation specific to the needs of the runtime.