UNPKG
tube
Version:
latest (0.0.1)
0.0.1
0.0.0
Experimental Resource Loader implementing using Server Sent Events
tube
/
test
/
server
/
static
/
index.html
11 lines
•
174 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
html
>
<
head
>
<
script
src
=
"/js/tube.js"
>
</
script
>
</
head
>
<
body
>
<
script
>
var
channel =
tube
(
'http://localhost:3000/tube'
, { });
</
script
>
</
body
>
</
html
>