R
R
Ruslan2017-03-29 12:13:29
JSON
Ruslan, 2017-03-29 12:13:29

What is common and what is the difference between: WebAPI, REST, RESRFULL, JSON, JSONP?

Greetings!
I often see references to these technologies in Habr articles and even use some of this (!), But I myself can’t fully understand how these things differ and what they have in common. It seems that everyone works via HTTP, all use JSON ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Stolyarov, 2017-03-29
@Ni55aN

WebAPI, REST, RESRFULL - ways to interact
JSON, JSONP -
WebAPI text data format is something .NET's, not familiar with it
REST is a set of rules for describing how to interact with components of a
RESTful system - it's something like a property, which a system that respects all the rules of REST
JSON has - with it, I think, everything is clear, as in JavaScript there is a key -> object / array / value
JSONP - the same JSON, which, for security purposes, is wrapped in some kind of function, about which client must know

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question