# Lumiere Server 💻👀 Simple and lightweight web server for creating basic pages using Java ⭐ ```java Lumiere server = new Lumiere(new BasicResponse("Hello, World", false)); server.bootServer(8080); ```