ark-realtime
v2.3.7
Published
Ark plugin that powers the server with realtime capabilities (It's doing the websockets stuff)
Downloads
15
Keywords
Readme
hapi-typescript-plugin
This is a very basic template to write HapiJs-Plugins with TypeScript.
It has a gulptask included to compile the source to JavaScript. This task is also referenced in the package.json as postinstall script.
Tests
Tests can be run with npm test
or make test
, make test-cov
and test-cov-html
.
Note: npm test
points to make test-cov
. This is inspired from many hapi plugins.