Closed conor-mac-aoidh closed 7 years ago
Oh nice didnt know of that module. Could you fix the README that currently mentions the bundled phoenix.js ? Also, maybe it'd be nice to state that for people using this library from a phoenix project itself, they might prefer to use the generated web/static/js/socket.js
, then they'd need to require it and pass its Socket
impl as an option to createNetworkInterface
.
Thank you :)
@vic I've updated the readme and you can view it here.
Merged, Thanks!
Just a small optimisation, to include the phoenix Socket class from the phoenix framework module instead of including the source in this module.