update v13 docs

This commit is contained in:
Kevin Jahns
2018-12-19 01:02:11 +01:00
parent 4063e28b5e
commit c0ba56a21f
8 changed files with 357 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
/*
Unlike stated in the LICENSE file, it is not necessary to include the copyright notice and permission notice when you copy code from this file.
*/
/**
* @module provider/websocket
*/

View File

@@ -0,0 +1,2 @@
export * from './WebSocketProvider.js'

View File

@@ -1,3 +1,7 @@
/*
Unlike stated in the LICENSE file, it is not necessary to include the copyright notice and permission notice when you copy code from this file.
*/
/**
* @module provider/websocket/server
*/
@@ -124,4 +128,4 @@ server.on('upgrade', (request, socket, head) => {
server.listen(port)
console.log('running on port', port)
console.log('running on port', port)