-
Hi! bone.io looks really interesting. I did some work with NodeJS, but I still need to use other server-side programming languages and technologies for other stuff. Mostly I've been using SockJS and i…
vltr updated
11 years ago
-
## Error in jolly-roger
**Error** in **Meteor method call failed: Documents.methods.insertImage**
Internal server error [500]
[View on Bugsnag](https://app.bugsnag.com/death-and-mayhem/jolly-roger/e…
-
I am using below code to connect with RabbitMQ Stomp
var ws = new SockJS('http://127.0.0.1:15674/stomp');
var client = Stomp.over(ws);
But I get below error in the browser console
GET http://local…
-
It's really valuable to have support for connection in dart stomp client library over sockjs-dart-client (https://github.com/nelsonsilva/sockjs-dart-client) as it has js-stomp-client library. (eg for …
mmly updated
10 years ago
-
I'm referring to a server implementation to work with this client lib: https://github.com/sockjs/websocket-multiplex.
-
### What problem does this feature solve?
I have this folder structure:
```
project
|--client
|--admin
|--package.json
```
And I would like to run vue-cli-service for subfolders (client, admin…
-
We are using primus with sockjs. It appears that our objects are getting encoded by both Primus and SockJS, so that a message on the websocket looks like this `["{\"action\":\"match\",\"id\":732427}"]…
-
i am geting this error after i start the server
GET /sockjs-node/672/aqqwl5yv/websocket 404
-
error in ./node_modules/curlconverter/util.js
Module parse failed: Cannot use keyword 'await' outside an async function (8:0)
You may need an appropriate loader to handle this file type, current…
-
how can i create this link : Meteor.connect('ws://' + config.host + '/html5client/sockjs/311/8iaejabm/websocket') ?