mirror of
https://github.com/devsnaith/lumiere-server.git
synced 2024-11-23 17:13:14 +03:00
Merge branch 'main' of github.com:DevSnaith/lumiere-server
pull changes
This commit is contained in:
commit
84c5269438
@ -2,6 +2,6 @@
|
|||||||
Simple and lightweight web server for creating basic pages using Java ⭐
|
Simple and lightweight web server for creating basic pages using Java ⭐
|
||||||
|
|
||||||
```java
|
```java
|
||||||
Lumiere server = new Lumiere(new BasicResponse("Hello, World", false));
|
Lumiere server = new Lumiere(new SimpleResponse("Hello, World", false));
|
||||||
server.bootServer(8080);
|
server.bootServer(8080);
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user