Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 583 Bytes

architecture.md

File metadata and controls

18 lines (14 loc) · 583 Bytes

Architecture

graph TD;

ShlokasDesktop["Shlokas Desktop"]-->ShlokasCore(["Shlokas Core"]);
ShlokasMobile["Shlokas Mobile"]-->ShlokasCore(["Shlokas Core"]);
ShlokasMobile["Shlokas Mobile"]-->FrameworkCouchDB(["Framework CouchDB"]);
ShlokasCore-->Framework(["Framework"]);
FrameworkCouchDB-->Framework;
ShlokasMobile-->Framework;

click ShlokasMobile "https://github.com/akdasa-studios/shlokas"
click ShlokasCore "https://github.com/akdasa-studios/shlokas-core"
click Framework "https://github.com/akdasa-studios/framework"

style ShlokasDesktop stroke-dasharray: 5 5
Loading