👋Welcome
NCALayer JS is a small wrapper around NCALayer web socket API.
Installation
Using npm:
Using yarn:
Usage
You have to pass WebSocket
for Client
constructor without modifying itsonmessage
event listener. Under the hood Client
instance listen for onmessage
and performs its internal callback inside it.
Last updated