I'm reading articles about REST including a tutorial. I've seen this site http://www.vogella.com/tutorials/REST/article.html, and there is a part for explaining the rest as:
In a REST based architecture, you have a REST server which provides access to the resources. A REST client can access and modify the REST resources.
In a REST based architecture, you have a REST server which provides access to the resources. A REST client can access and modify the REST resources.
Now I've searched what is the meaning of REST server and REST client but I could not find a good answer. Could someone explain them?