REST - Soulyyy/chat-service GitHub Wiki

REST - Representational State Transfer

REST is a software architectural style. It is generally used to communicate over HTTP, using GET, POST, PUT, DELETE and other Request Methods defined by the HTTP protocol.