Angular πŸ‡ΊπŸ‡¦ - practical notes
1.63K subscribers
1.6K photos
1 file
532 links
Angular - practical notes

This group is for posting practical notes for Angular developers. Mostly all posts are for quick implementation https://t.me/angular_practical_notes (Commenting on posts only in ENG and UA langs here). Welcome!
Download Telegram
πŸ€“ REST API Design Best Practices

#api #restApi

There are different types of API protocols:

REST β€” relies on a client/server approach that separates the front and back ends of the
API and provides considerable flexibility in development and implementation.
RPC β€” The remote procedural call (RPC) protocol sends multiple parameters and receives results.
SOAP β€” Supports a wide range of communication protocols found across the internet, such as HTTP, SMTP, and TCP.
WebSocket β€” Provides a way to exchange data between browser and server via a persistent connection.


βœ… Article link: https://medium.com/@techworldwithmilan/rest-api-design-best-practices-2eb5e749d428
❀2