This app’s name is an homage to the world’s first web server. Back in 1989, Tim Berners-Lee started the web on his NeXT computer. On that computer was an app named WorldWideWeb. This app was unique because it allowed his machine to edit and serve HTML documents. The app also used coding frameworks that were adopted by Apple after purchasing NeXT: they are being used right now to display what you’re reading. Like that original app, this WorldWideWeb is a handy web development tool. It’s designed for people who need to test things on their iPad or iPhone before moving the files onto a real web server like Apache or nginx. It also allows you to work in those increasingly rare moments where you don’t have a connection to the Internet. App developers can use this server to simulate and test APIs that their product uses. FEATURES WorldWideWeb does things differently than today’s production web servers: • Automatic refresh — Watches your site and reloads browser when there are changes • No caching — Every request gets a new response, no cache busters needed • Easy to configure — Pick a folder and go • Directory listings — A handy list of files whenever you hit a URL that doesn’t exist • Bonjour support – Automatic DNS for easy access using devices on your local network • REST support — Set default responses as JSON or XML for easy mocking of APIs • No external dependencies — Completely standalone and doesn’t need other tools like Python or Ruby • Built-in security — Runs completely in a sandbox, no access to data unless you allow it • Powerful and lightweight – A small memory footprint with minimal CPU overhead • No rocket science — Perfect for clients and other folks who are less technically inclined