UNPKG

htmlgaga

Version:

Manage non-SPA pages with webpack and React.js

4 lines (3 loc) 166 B
import http from 'http'; import WebSocket from 'ws'; export default function createWebSocketServer(httpServer: http.Server, socketPath: string): WebSocket.Server;