Difference between revisions of "Client Server Model"
(→XML vs JSON) |
ThomasWard (talk | contribs) (→API) |
||
Line 2: | Line 2: | ||
==API== | ==API== | ||
− | + | An API or Application Program Interface is a set of routines enabling one program to interface with each other. The code defines how the programs work together. | |
+ | |||
+ | Twitter has an API to allow other programs to use the service. | ||
==WebSockets Protocol== | ==WebSockets Protocol== |
Revision as of 14:14, 13 March 2017
Contents
Response & Request
API
An API or Application Program Interface is a set of routines enabling one program to interface with each other. The code defines how the programs work together.
Twitter has an API to allow other programs to use the service.
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 |