UNPKG

@omneedia/socketcluster

Version:

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

13 lines (10 loc) 241 B
/* global window */ import ponyfill from './ponyfill'; var root = this; if (typeof global !== 'undefined') { root = global; } else if (typeof window !== 'undefined') { root = window; } var result = ponyfill(root); export default result;