Bot-Hosting.net Blog

Web scraping in Node.js with Cheerio

Web scraping is the process of extracting public data from websites. There are many different ways to scrape websites...

Building a Discord bot that scales

Many Discord bots are developed with the goal of becoming as big as possible, but this sort of growth comes with an interesting challenge...

Creating a web server in Node.js with Express

One of the main uses of Node.js is running web servers to accept and handle HTTP requests. The most popular library for doing this is Express...