- Poland
- https://dorianniemiec.h4ck.me
-
A ZSOiE student passionate about Information Technology. The creator of SVR.JS — a web server running on Node.JS. An #ActuallyAutistic person.
- Joined on
2024-06-21
083b2794df
Uncomment the code related to sending the "stop" command to workers when Ctrl+C is pressed
0eb6cf8c07
Fix --single-threaded flag
fca7fb78d6
Add "restart" command placeholder.
3de85443d5
Add server console, and fixed listening error message handler
a55b123926
Lint out the codebase
adfd3ff809
Enable hangup check and restart
e85f53197c
Add "let" before "i=0" for logo iterative loop
9db7ffdaec
Add reqcounterKillReq variable
4f565d1550
Add addListenersToWorker() function
a92616b0a4
Partially implemented clustering.
0ea53fdf96
Lint out the codebase, add SVRJSFork() function, networking-related code, and ipSubnetUtils.js utility functions file and corresponding unit tests
2c990a6907
Lint out the codebase
2c271bccdc
Add portions of real start() function, and logo resource JavaScript file.
54de936aae
Lint out the codebase
bdc11fa3dc
Replace var's with const's in OCSP stapling handler
58cb60fb8f
Change the way of adding process message listeners, and add process message listener to server error handler.
45815957d5
Create the server error handler and temporary startup script.