Web technologies

Implementing WebHooks and RESTHooks using TypeSript for Node.js and ExpressJS

(2022-06-29T21:00:00.000Z) The WebHooks architecture lets one webservice send event notifications to another. RESTHooks build on them by advertising available events, allowing software to manage event subscriptions without human intervention.

Using HTMLParser2, DOMUtils, to process HTML and XML in Node.js

(2021-12-06T22:00:00.000Z) HTMLParser2 is part of a cluster of Node.js packages (domhandler, domutils, css-select, dom-serializer) that enable powerful manipulation of both HTML and XML DOM object trees. These packages can be used not just for web scraping, but for server-side DOM manipulation, and they form most of the underpinning of Cheerio, the Node.js package for jQuery-like DOM manipulation on Node.js.