In this article, we’ll step-by-step build a native static file server in Bun. Static files are typically files such as HTML files, JavaScript files, CSS files, images, videos, etc. that aren’t server-generated, but must be sent to the browser when requested. …