UNPKG

@omneedia/socketcluster

Version:

SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.

6 lines (5 loc) 133 B
import { Notification } from '../Notification'; export interface TestMessage { frame: number; notification: Notification<any>; }