Questions tagged [deepstream.io]

Deepstream is a Node server that allows clients to sync data, whether they're browsers or mobile applications. It has a caching layer, and supports event-based messaging and RPC.

Deepstream is a Node server that allows clients to sync data, whether they're browsers or mobile applications. It has a caching layer, and supports event-based messaging and RPC.

83 questions
0
votes
2 answers

Connect deepstream server to rethinkdb instance

I have tried to set up a deepstream.io instance but ran into some difficulties: I don't know how to connect the deepstream.io instance to the rethinkdb server. I tried this condiguration: //rethinkdb connector server.set( 'storage', new…
stefanmuke
  • 399
  • 6
  • 20
0
votes
1 answer

Deploying deepstream.io behind nginx

We have kerberos authentication at our nginx layer and want to connect to deepstream.io instances as a reverse proxy. From my reading of the docs, it looks like putting a webserver in front of deepstream.io instances will hamper performance. Also,…
0
votes
1 answer

Subscribe to paginated list

I'm searching for a framework capable of subscribing to live updates on a paginated list. The server should take into account the users query for that subscription, and should only send the updates to the subscribers that passes the query instead of…
Rui Gonçalves
  • 1,164
  • 8
  • 15
0
votes
1 answer

Create RethinkDB table on first getRecord in deepstream.io

I have a deepstream server connected to RethinkDB with the official connector. server.set( 'storage', new RethinkDbConnector({ port: 28015, host: rethinkDbHost, splitChar: '/', defaultTable: 'ds-records' })); There are no tables in the…
Tholle
  • 108,070
  • 19
  • 198
  • 189
-2
votes
1 answer

App crashes on connection change using deepstream

While i'm changing connection, my app crashes and shows the following stacktrace: E/AndroidRuntime: FATAL EXCEPTION: Timer-3 Process: com.app.teemchat, PID: 9383 io.deepstream.DeepstreamException: CONNECTION_ERROR: null at…
user7616371
-2
votes
1 answer

How to implement chat on deepstream.io?

I'm trying to implement a real chat using deepstream.io. Online many tutorials do deal with one single chat room that's shared between users, but the problem with this is, if one user deletes a message then its deleted on all users. In normal chat…
user3564573
  • 680
  • 1
  • 12
  • 24
-2
votes
1 answer

Any tutorial about express.js and deepstream work together

All: As title asked, I am pretty new to Express and Deepstream, I wonder how can I make them work together( Or they have to work separately? )? In Deepstream guide section ( https://deepstream.io/tutorials/integrations/ ) It only provides how to…
Kuan
  • 11,149
  • 23
  • 93
  • 201
-2
votes
1 answer

deepstream.io with python flask

Please can some one guide me or point me towards the right path. I want to use http://deepstream.io/ with python flask. My web application has python flask and there are some events to be passed to clients. So how will i communicate with…
user1215553
  • 125
  • 1
  • 1
  • 5
1 2 3 4 5
6