You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-5Lines changed: 43 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,6 @@ app.get("/", (req, res) -> {
38
38
app.listen(); // Will listen on port 80 which is set as default
39
39
```
40
40
41
-
# Why?
42
-
The aim of this project is to allow everybody to create, in a short time, an small and fast HTTP-Server. It's based on [expressjs](https://github.com/expressjs/express) which is really easy to use and also very small and especially fast. The Documentation is currently in progress an will be outsurced when i've got time for this. Therefore any contributions would be great.
43
-
44
41
# Docs:
45
42
*[Routing](#routing)
46
43
*[Direct](#direct)
@@ -58,8 +55,7 @@ The aim of this project is to allow everybody to create, in a short time, an sma
58
55
*[Create own middleware](#create-own-middleware)
59
56
*[Using local variables](#local-variables)
60
57
*[License](#license)
61
-
62
-
Every following code can be also found in [this package](https://github.com/Simonwep/java-express/tree/master/src/examples).
This project is licensed under the GNU GPLv3 License - see the [LICENSE](https://github.com/Simonwep/java-express/blob/master/LICENSE) file for details.
0 commit comments