A
A
Anton2016-05-22 20:56:48
Mobile development
Anton, 2016-05-22 20:56:48

Is parsing remote JSON a client/server application?

In my understanding, a client-server application is something like a chat.
Perhaps this is the most stupid question, but still ... I want to clarify and finally put an end to this issue for myself.
There is an application (for example, news). It parses JSON.
Accordingly, the application itself has a list of news. News activity and more.
Over time, I plan to add comments to the news (still the same JSON parse and output).
Is this application client-server ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rou1997, 2016-05-22
@hummingbird

There is a client, there is a server, which means client-server, but usually they only talk about TCP / IP, then the server part is completely written by you, and not an outside server and not even ready-made Apache / nginx. What you need it for, the answer depends on it.

O
Onito, 2016-05-22
@Onito

the concept of client-server appeared before the Internet, so it all depends on the specifics

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question