UNPKG

socket-actions

Version:

Websocket implementation to simplify communication and queueing of user actions.

10 lines (7 loc) 281 B
import * as action from './action.mjs'; import Action from './action.mjs'; import * as socket from './socket.mjs'; import Socket from './socket.mjs'; var Server = Object.assign(Object.assign({ Action, Socket }, action), socket); export { Action, Socket, Server as default };