- 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
17614dc6c7
Clone parsed JSON into process.serverConfig using deepClone() function
5bd369e38d
Make deepClone create a null prototype object, and make process.serverConfig a null prototype object.
4b37e08bb5
Optimize deepClone function
63633d1de1
Fix the deepClone function
67d9ae524c
Optimize deepClone function even more
c73ce5d9f7
Optimize deepClone function and lint out the codebase
47ad7006e9
Replace the iteration with object spread operator
12a4bcdc8a
Remove unneeded global flag for /\.$/ regular expression
30498263fc
Convert a "bytes */" + filelen string to a template string
b3cd8d699d
Replace shallow cloning with deep cloning when needed. Also create deep cloning JavaScript file and corresponding tests
303fc3dbb4
Change tentative SVR.JS documentation, as the future release of SVR.JS uses different URL parser
3eb7f3d4d9
Remove unneeded code
bced5927fe
Replace ES5-style function in request handler with ES6-style ones
0c286bda43
Convert "Host name rewritten" message to template string
8589f0a6e4
Changed URL parser from WHATWG to custom one and adapted code accordingly