Skip to content
Yossi Kolesnicov edited this page Aug 21, 2018 · 34 revisions

Quick links


Overview

Large, multi-team projects, require a high level of collaboration and standardization, without which development can be significantly slowed down.

Paris implements the Domain Driven Design methodology, which focuses on common language and your product's data definition as the center of development. By defining the entities in your domain and how to access them through APIs, Paris allows teams to essentially auto-generate a strongly-typed TypeScript SDK of your product's data.

Clone this wiki locally