Bot-Hosting.net Blog

Creating Schedules in Node.js with the Cron library

In your Node.js server, you may wish to run code at certain times, whether that be at the start of every month, at the start of every hour...

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...