JSteunou / webstomp-client

Stomp client over websocket for browsers
Apache License 2.0
299 stars 59 forks source link

WebSocket is not defined when running using electron #72

Closed jeeftor closed 6 years ago

jeeftor commented 6 years ago

As per the documentation if i'm using node.js i need to use client.over with a specified websocket library (ws for example). But do i need to also do this if i'm making an electron app - because doesnt that have access to the browser style socket?

jeeftor commented 6 years ago

I have this working now. Not even sure what I was asking :)