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 - Core #44

Open fr3shw3b opened 3 months ago

fr3shw3b commented 3 months ago

Implement the core library that provides an Application struct (or trait) that executable applications can use to run HTTP/WebSocket servers and Message Polling Apps (from queues or message brokers). This should also provide traits for MessageConsumer and MessageHandler to be used by crates that provide vendor-specific implementations of message consumers.

fr3shw3b commented 3 months ago

Blocked by the implementation of the Blueprint parser.