Closed zussel closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
develop@1356aa5
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #129 +/- ##
==========================================
Coverage ? 90.12%
==========================================
Files ? 409
Lines ? 22020
Branches ? 0
==========================================
Hits ? 19846
Misses ? 2174
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1356aa5...fc42387. Read the comment docs.
This pull request adds a network module based on the reactor pattern. The pattern is implemented with the following restrictions:
Based on that network module comes a simple HTTP Module with server and client classes. With these class it is simple to create a web server or a server for a rest API. For a web server a simple template engine (in its very early stages) was implemented based on the Djang Template Language syntax.
Furthermore