Closed MarbilleJuntado closed 5 years ago
Is there a way to use the WebSocket object instead of phoenix.js's Socket as an argument to withinAbsintheSocket.create/1?
phoenix.js
Socket
withinAbsintheSocket.create/1
If you write your own server websocket handler sure. There wouldn't really be any point in using this library at that point though.
Is there a way to use the WebSocket object instead of
phoenix.js
'sSocket
as an argument towithinAbsintheSocket.create/1
?