UNPKG

w-comor-websocket

Version:

A websocket communicator in nodejs and browser. Mapping functions from nodejs to other end points, like a simple RPC.

11 lines (6 loc) 160 B
import assert from 'assert' describe('all', function() { it('test in localhost', function() { assert.strict.deepEqual(1, 1) }) })