Difference between revisions of "Client Server Model"
(→XML vs JSON) |
(→XML vs JSON) |
||
Line 17: | Line 17: | ||
THIS IS MY SHOTGUN | THIS IS MY SHOTGUN | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! | ||
+ | ! JSON | ||
+ | ! XML | ||
+ | |- | ||
+ | | Human Readable, cell 1 | ||
+ | | Compact Code, cell 2 | ||
+ | | Speed of Parsing, cell 3 | ||
+ | |- | ||
+ | | row 2, cell 1 | ||
+ | | row 2, cell 2 | ||
+ | | row 2, cell 3 | ||
+ | |} | ||
==REST Model== | ==REST Model== |
Revision as of 14:13, 13 March 2017
Contents
Response & Request
API
WIP
WebSockets Protocol
CRUD
REST
JSON
XML
XML vs JSON
THIS IS MY SHOTGUN
JSON | XML | |
---|---|---|
Human Readable, cell 1 | Compact Code, cell 2 | Speed of Parsing, cell 3 |
row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |