UNPKG
web-servo
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Node HTTP web server that can execute node JS scripts
github.com/Komrod/web-servo
Komrod/web-servo
web-servo
/
example
/
www
/
index.html
11 lines
•
270 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
html
>
<
head
>
<
title
>
Page test
</
title
>
<
script
src
=
"/client.js"
>
</
script
>
</
head
>
<
body
>
<
h1
>
Test
</
h1
>
<
p
>
This page is served by Web-Servo!
</
p
>
<
button
onclick
=
"check();"
>
Click here to execute client side Javascript
</
button
>
</
body
>
</
html
>