UNPKG

angelia.io

Version:

WebSockets Server and Client API for node.js and the browser, with rooms support.

4 lines (3 loc) 109 B
export { default } from "./Server.js"; export { Room } from "./Room.js"; export { Rooms } from "./Rooms.js";