Skip to content

galoko/yapw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published