UNPKG
moweb
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A very simple webserver.
motadou.github.io
motadou/mows
moweb
/
sample
/
sample-post
/
webserver
/
config.json
7 lines
(6 loc)
•
118 B
JSON
View Raw
1
2
3
4
5
6
7
{
"docroot"
:
"./htdocs"
,
"host"
:
"127.0.0.1"
,
"port"
:
8080
,
"F404"
:
"./htdocs/404.html"
}