phoreproject / graphene

Phore Synapse working repository
MIT License
13 stars 6 forks source link

Synapse module #100

Closed meyer9 closed 4 years ago

meyer9 commented 4 years ago

The Synapse module should tie all current module together. It will multiple modules together and allow them to be run from a single process with a YAML config file.

First, all of the configs for apps should be YAML serializable/deserializable. Then, we need to implement a common app interface. Finally, we write the synapse module to tie all of the modules together.

meyer9 commented 4 years ago

Done in #102