Initial commit
This commit is contained in:
commit
707713e53b
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# eServer
|
||||||
|
|
||||||
|
One more express-like webserver written with only core NodeJS functions
|
9
package.json
Normal file
9
package.json
Normal 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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user