bucklescript-phx icon indicating copy to clipboard operation
bucklescript-phx copied to clipboard

BuckleScript binding for Phoenix Channel/Presence

Results 2 bucklescript-phx issues
Sort by recently updated
recently updated
newest added

Add support for transport parameter to use client with node js. ``` let socket = new Socket(`${this.endpoint}/socket`, {transport: W3CWebSocket, params: "mytoken"}) ```