-
Hi. For js client I must use only pushstream.js? Or I can use other?
-
You forgot the step where you need to change socket.js to use
`let channel = socket.channel("room:lobby", {})`
instead of
`let channel = socket.channel("topic:subtopic", {})`
-
Hi,
I have a new install of node, npm, sockjs.
I have an instance running on port 9999.
Just doing this in the console: new SockJS("https://192.168.85.185:9999/");
GET https://192.168.…
-
type: bug report.
browsers: chrome and firefox latest
port: default port 3000
report: Hot module reload says its working to be working but i have to hit page refresh to see the update. Please note …
-
It appears that there is still a call to socketjs.pusher.com...
is this normal?
Why is it this call, from the documentation this package replaces the need for a pusher account or did I miss someth…
-
### Is this a bug report?
No
This is related to #3814
We embedded a CRA-created app within another, larger app and would like to be able to adjust the host/port combination the webpack dev serv…
-
hello,everybody.i am trying to integrate websocket backend.i do not want to rewrite a auth method to wesocket request,just using the same auth service as http request do.but i found socket.js /webso…
-
##### **Overview of the issue**
A class cast exception happens when .original war package is being deployed on the Tomcat 7.x container.
Application uses WebSockets with SockJS.
I have marked…
-
I found it by address: http://techqa.info/programming/question/42717694/webpack-load-c++-modules-created-with-node-gyp-using-node-loader;
I faced the same problem with you, is it ok right now ?
-
Tried the example passing my apiKey and it never reach the connected event.
https://github.com/pipedrive/client-nodejs/blob/master/examples/live-updates.js
In debug is possible to see that the i…