Initial commit

This commit is contained in:
Dmitriy Shishkov 2020-11-14 17:11:23 +05:00
commit 707713e53b
No known key found for this signature in database
GPG Key ID: D76D70029F55183E
2 changed files with 12 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# eServer
One more express-like webserver written with only core NodeJS functions

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "eserver",
"version": "1.0.0",
"description": "Simple express-like webserver",
"main": "dist/index.js",
"repository": "https://github.com/Dm1tr1y147/eserver",
"author": "dm1sh",
"license": "MIT"
}