- Technology
- Technology General Questions
What kind of architecture does Weavy use?
Weavy is built on .NET and uses a classic three tier architecture (Presentation-Logic-Data).
- User interaction is managed by the presentation tier.
- Business rules and logic are managed by the logic tier.
- The underlying data is stored and served by the data tier.