UNPKG

mocksserver-ws-plugin

Version:

A plugin for the Mocks-Server project that provides WebSocket integration. See https://www.mocks-server.org for more information.

5 lines (3 loc) 150 B
const WebsocketPlugin = require('./src/plugin'); const BaseHandler = require('./src/handler'); module.exports = { WebsocketPlugin, BaseHandler }