tapglue / snaas

Tapglue Social Network as a Service (SNaaS)
https://www.tapglue.com
Apache License 2.0
67 stars 22 forks source link

Setup code architecture #1

Closed xla closed 8 years ago

xla commented 8 years ago

Wherein we introduce the architecture for the main api. At the core is the business logic which does not concern itself with storage or protocol handling. Physical storage is provided via entity specific services. Protocol concerns are dealt with in the handler layer, currently only JSON over HTTP.