-
This is a big decision and will require a lot of effort. Noting down pros/cons.
Right now the Smart Citizen is split in 2 parts:
* The API backend (this repo)
* The Front End https://github.com/f…
-
Right now, websocket-rails has a gem dependency of Thin, but with the additional servers that can run websocket-rails out there, there should be no gem dependency. The standalone aspects for websocket…
-
When I connect to WS server from js, the connection is automatically closed.
I tried with and without stand alone.
``` javascript
dispatcher = new WebSocketRails('0.0.0.0:3001/websocket', false); // …
-
In our `events.rb`, we had the following:
```
namespace :section_archetypes do
subscribe :find, to: Websocket::SectionArchetypesController, with_method: :find
subscribe :add, to: Websocket…
-
Just trying to create a simple test app with websocket-rails, stumbled upon a strange problem which extensive googling seem to be unable to help with: my Chrome console displays "WebSocket connection …
-
Hi to all!
I'm using `rails 4.2.4`, `websocket-rails 0.7.0` and `redis-rails 4.0.0`.
In `development` mode all works well,
but in production when i try to read `Rails.cache` i getting
`eventmachin…
-
JavaScript isn't exactly known for being a secure language. There isn't necessarily much secure information to intercept, but that doesn't mean that the program shouldn't be as secure as reasonably po…
-
Hi mates!
Im developing a chat using Thin and Websocket Rails. I'm a newbie with Rails and Websocket Rails but I've managed to work the app itself. Everything works fine when I configure the connec…
-
I can't figure out how to monitor for a websocket disconnection (presumably an event I can listen to) so I can notify the end user.
In my production app, my users occasionally end up in a situation…
-
I see websocket-rails using old redis version. Redis has no longer support connect method.
Here is the changelog. Redis has changed this long back 1 Nov 2015
https://github.com/redis/redis-rb/com…