Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 243 Bytes

SOAP and REST.md

File metadata and controls

9 lines (6 loc) · 243 Bytes

Terminologies

  • SOAP: Simple Object Access Protocal
  • REST: Representational State Transfer
  • ACID: Atomicity, Consistency, Isolation, Durability

Differences

REST is simpler and faster, supposely simple, but a still little complicated.