UNPKG

fastify-uws

Version:

A performant HTTP and WebSocket server for Fastify with uWebSockets.

8 lines (7 loc) 181 B
import { Server as o } from "./server.js"; import { default as f } from "./plugin-websocket.js"; const s = (r, e) => new o(r, e); export { s as serverFactory, f as websocket };