Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1.16 KB

diff-client-server.md

File metadata and controls

7 lines (4 loc) · 1.16 KB

This project constitutes an application written in typescript that is compiled for different target architectures: client (the users' browsers) and server (a server-side service).

While using different data sources in client and server code is the norm, we generally strive for feature parity. Programmatically, this is typically solved by implementing the same interfaces differently using the inputs available. There are a few known deviations from this idea (for various reasons) however - this list tries to document all of them.