DhavySantos / Arkyo

MIT License
1 stars 0 forks source link

Add dynamic DTO as optional feature #6

Open Velasko opened 6 months ago

Velasko commented 6 months ago

Considering the frequent situations of double implementations of data structures (one for front-end; another for the back-end) and how they must be both continuously kept updated (which is bound to fail eventually), I suggest the usage of wasm in order to make the same object available both in front and back-end, ensuring its attribute synchronization.