UNPKG
fastify-sse
Version:
latest (1.0.0)
1.0.0
0.1.5
0.1.2
0.1.1
0.1.0
0.0.1
Provide Server-Sent Events to Fastify
github.com/lolo32/fastify-sse.git
lolo32/fastify-sse
fastify-sse
/
.travis.yml
10 lines
(9 loc)
•
88 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
-
"8"
-
"7"
-
"6"
-
"5"
-
"4"
script:
- npm test