rethinkdb-websocket-server icon indicating copy to clipboard operation
rethinkdb-websocket-server copied to clipboard

Node.js WebSocket server that proxies to RethinkDB. Supports query validation.

Results 15 rethinkdb-websocket-server issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 0.22.1 to 6.8.0. Release notes Sourced from eslint's releases. v6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e Chore: add object option...

dependencies

In index.js, perMessageDeflate is set to false ([here](https://github.com/mikemintz/rethinkdb-websocket-server/blob/master/src/index.js#L72)). There's a accompanying comment indicating that this was because of a bug in websockets ([here](https://github.com/websockets/ws/issues/523)). This bug has been fixed and it...

I have a situation where the user sends a token from client via query params and I use the same to validate the session and store the the userId in...

urlQueryParams seems extremely dependent on authentication with the same server. If I want to authenticate via another server (to include third-party) and then have a JWT for example, I need...

Hi. I'm having an issue with firefox clients failing to connect to rethinkdb-websocket-server. Connect works as expected for Chrome and chromium browsers. The error message is also quite amusing :)...

Is there much involved in bumping the ws version to >1.1.1? For now I manually bumped the version in my projects and it's working fine. I've been seeing this bug...

We've been experiencing a weird bug off and on over the past few months, and lately it seems to be getting worse. - Symptom: a syntax error in JSON parsing...

Hi, it seems that it is currently not possible to connect to rethinkdb providing username and password. Since authKey is not present in the latest version of rethinkdb, the only...

When looking around this code I noticed a duplicate https://github.com/mikemintz/rethinkdb-websocket-server/blob/master/src/Connection.js#L29 https://github.com/mikemintz/rethinkdb-websocket-server/blob/master/src/Connection.js#L45 Perhaps I'm missing something here?

I'd like to use this with an existing Express application that is already listening on a port. Is it possible to do that, i.e. plug this in to a specific...