mirror of
https://github.com/devsnaith/lumiere-server.git
synced 2024-11-23 17:13:14 +03:00
Simple and lightweight web server for creating basic pages using Java ⭐
84c5269438
pull changes |
||
---|---|---|
bin/org/eu/lumiere | ||
build | ||
src/org/eu/lumiere | ||
.gitignore | ||
README.md |
Lumiere Server 💻👀
Simple and lightweight web server for creating basic pages using Java ⭐
Lumiere server = new Lumiere(new SimpleResponse("Hello, World", false));
server.bootServer(8080);