Fullstack developer at SimplesDental, JavaScript lover and enthusiastic of functional programming.
Nothing here yet.
No blogs yet.
Falcor is the innovative data platform that powers the Netflix UIs. Falcor allows you to model all your backend data as a single Virtual JSON object on your Node server. On the client you work with your remote JSON object using familiar JavaScript op...
MDMichael and 1 more commentedHere is an example : module ├─┬ modules │ └─┬ <module> │ ├── controller.js │ ├── view.js │ └── model.js or MVC ├─┬ controllers │ └─┬ <module>.js │ ├─┬ models │ └─┬ <module>.js │ ├─┬ views │ └─┬ <module>.js
MPNMario and 2 more commented