1.0.7 • Published 4 years ago

yapw v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Yet another promised websocket implementation.

Feels more like blocking socket.

e.g.

const socket = new PromisedWebsocket();
await socket.open('wss://echo.websocket.org');
await socket.send('ping');
const pong = await socket.recv();
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago