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

Trying to install deepstream.io via npm

I installed deepstreamhub via npm package, while using commands on node.js command prompt i got some error. error:-no git binary found in $PATH. I think i have properly installed npm package but i got this error while giving the commands(npm install…
Roja K.M.
  • 1
  • 1
0
votes
1 answer

Deepstream 1 - n relation

I'm trying to build a user notification using Deepstream.io. I'm using deepstream.io-storage-mongodb for storage. My data structure: User ================= id - email - others Notication ================= userId - notification I'm try to…
user2015
  • 67
  • 1
  • 6
0
votes
1 answer

How to dynamically register a RPC provider?

I'm wondering how can I make dynamic RPC call in DeepStream? For example, when a subscriber call a url http://localhost/myRPCApp/123 , here 123 could be anything. So how can I register a provider method? Eg: client.rpc.make(, {…
Faizan Saiyed
  • 804
  • 3
  • 17
  • 33
0
votes
2 answers

Where to get "''" from deepstream

All: I am trying to follow the tutorial on deepstreamhub there is one section talking about how to add deepstream in, new Vue({ el: '#app', data: { ds: null, }, created: function() { this.ds = deepstream('
Kuan
  • 11,149
  • 23
  • 93
  • 201
0
votes
1 answer

Deepstream.io. Node Api vs NodeJS SDK

I have one misunderstanding with Deepstream.io. It has both NodeJS SDK (which can make client for deepstreamHub from my node application) and NodeApi, which allows to install deepstreamHub as npm package. Why do we need both of this options? When…
Stalso
  • 1,468
  • 2
  • 12
  • 21
0
votes
1 answer

Connecting deepstream nodes directly

Deepstream docs: For smaller clusters it used to be possible to connect deepstream nodes directly in a full-mesh configuration (everyone-to-everyone). This feature has been deprecated in its current incarnation, but will soon be replaced by a more…
Michael Ramos
  • 5,523
  • 8
  • 36
  • 51
0
votes
1 answer

Is it possible to use mutual TLS with deepstream.io?

I'd be interested in using mutual TLS between deepstream.io server and deepstream.io-client-js clients. I know deepstream.io's tutorials mention leaving SSL termination to a load balancer like Nginx or HAproxy, but how do I use deepstream.io client…
tokiyu
  • 69
  • 5
0
votes
1 answer

Cocos2d js (Cocos2d x 3.14) on android with deepstream io

Have anyone use cocos2d js with deepstream io ? I tried to use deepstream client js but it seem to be fail when try to connect server via network (websocket) : this is adb log: 06-06 09:43:19.227: D/cocos2d-x debug info(26288): connectDeepStream …
0
votes
1 answer

publish Rethinkdb changefeeds to deepstrem and subscribe from client

I was wondering if I can set rethinkdb changefeeds in deepstream io and subscribe to this from frontent for each and every client . I do not want to use rethinkdb as deepstream storage . Here is the scenario what i want to achieve . I already have…
Nabarag Paul
  • 319
  • 5
  • 19
0
votes
1 answer

Multiplayer Game Server Using deepsream

I get to know that we can use List to make different rooms/lobby over server. I am new to server side development. I am bit confuse now. Like i need to make list(rooms) at server side. So which module I'll use to make server side code ? should i…
pasha30
  • 1
  • 1
0
votes
1 answer

Live update of new RethinkDB table entries using Deepstream (on Node JS)

Disclaimer: This is potentially a very nooby and redundant question, but I spent a day searching the web and couldn't find a single answer... What I'm trying to do: I'm building an Instant Messaging system with RethinkDB and deepstream.io (on…
0
votes
1 answer

How to use deepstream records to select ds-lists

I have a problem with the selection of ds lists in my polymer application. I have a functioning list of chat titles (implemented as deepstream records), which should be used to select the matching chat histories (which are implemented as a…
stefanmuke
  • 399
  • 6
  • 20
0
votes
1 answer

Rooms creation in Node JS for a Multiplayer Games Using Deepstream

We are making a game server for casino games over DeepStream, We are writing it in Node JS . I am using DeepStream List to make rooms with a minimum and maximum limit of the clients(List count). A room can only have maximum 5 clients. So if i would…
pasha30
  • 1
  • 1
0
votes
1 answer

Realtime queries in deepstream "cache" layer?

I see, that by using RethinkDB connector one can achieve real time querying capabilites by subscribing into specifically named lists. I assume, that this is not actually the fastest solution, as the query probably updates only after changes to…
airguru
  • 103
  • 3
0
votes
1 answer

Deepstram.io client has a delay on one Android device. Any ideas on how to avoid it?

I tried searching for similar problems, and I found a similar problem here, with no real solution : socket.io seems to be delayed on my Android phone I'm building a hybrid app (crosswalk), that uses deepstream.io. Clients are connected to to the…
sb1
  • 1
  • 1