What is the difference between REST API and CRUD?

Asked

Viewed 144 times

-1

I researching about REST API realized that it is very similar to the idea of CRUD, but did not understand the difference. For now I have the idea that REST API is a modern way of saying CRUD.

1 answer

-2

CRUD is a set of primitive operations (mainly for static databases and data storage), while REST is a very high-level API style (mainly for web services and other "active systems)").

The first manipulates basic data, the other interacts with a complex system.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.