Differences between webhook and websocket?

Webhooks Webhooks are for server to server communication. They work by one server telling another server that it wants data sent to a certain url when something happens. This article talks about some uses of webhooks in popular services. This organization talks a lot about using them in the context of RESTful APIs. Websockets Websockets … Read more