Typical modern JS Application Infrastructure
DATA STORE
a VPN OR A FIREWALL for protection
JSON Web service layer
- various 3rd party API
|
an app server / cms to route requests and deliver pages to client
a static CND - CONTENT DELIVERY NETWORK - for cached files (img css js clientside templates)
the client - browser
JSON
The format is nearly identical to javascript's object literal syntax with a couple important differences
No comments:
Post a Comment