Questions tagged [goinstant]

GoInstant is a JavaScript API for adding realtime, collaborative experiences into any mobile or web application.

GoInstant is a JavaScript API for adding realtime, collaborative experiences into any mobile or web application. They provide the full stack developers need, including client side widgets (to add in functionality such as a user list for presence, form synchronization, etc.), realtime pub/sub messaging, and a scalable key/value store (for storing data).

GoInstant has an integration with AngularJS called GoAngular (which is open source), which makes it incredibly easy and fast to build realtime apps using AngularJS and GoInstant.

GoInstant widgets (user presence, form synchronization, click indicator, scroll indicator, etc.) provide client-side functionality that you drop into any application. These widgets enhance the realtime, collaborative experience.

You can sign up for GoInstant on their website. You’ll get 1 app free for life.

Resources:

37 questions
4
votes
2 answers

goInstant polling first?

I'm currently a firebase customer and is facing this pretty bad performance problem in firebase: Firebase load performance where the initial websocket handshake delays the loading of the entire app by a second or more. I'm curious if goinstant has…
Harry
  • 52,711
  • 71
  • 177
  • 261
4
votes
1 answer

What is the difference between channels and keys

I'm developing an app with GoInstant, but the difference between keys and channels isn't very clear. When should I use keys vs channels?
Brandon
  • 16,382
  • 12
  • 55
  • 88
3
votes
1 answer

How to retrieve the stored value from goinstant

I'm doing something wrong. I'm attempting to get the stored value I have in goinstant. I have a person room with a userName. The value the alert function displays is "[object Object]". Here is my code: (I left out the scripts intentionally). I…
Rudy Hinojosa
  • 1,448
  • 14
  • 15
3
votes
1 answer

How do I convert this cURL terminal request to a PHP one?

This is for GoInstant, and I can't seem to convert it to a PHP cURL request. curl -X PUT \ -H 'Authorization: Bearer $ACCESS_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "value": { "type": "hot dog", "topping": "mustard" },…
user1251600
3
votes
1 answer

What is the maximum string length I can store in GoInstant?

Rather than deal with a lot of sub-keys I'd like to store a large json structure. Will this cause the world to end?
ZebZiggle
  • 678
  • 2
  • 9
  • 11
3
votes
1 answer

What is the `context` parameter that is passed to the callback functions

I see a lot of callback functions accept a parameter referred to as context in the GoInstant documentation, but it's not clear what this parameter is or what it's used for.
Brandon
  • 16,382
  • 12
  • 55
  • 88
2
votes
1 answer

Creating an UNDO flow for transacted fields

I've been thinking about the applications for goangular. In the need for immediate storage/database updates, such as a chat application or stocks application etc., I can see how goangular can be extremely useful in the sense of SignalR…
Rudy Hinojosa
  • 1,448
  • 14
  • 15
2
votes
2 answers

JavaScript runtime error: 'goinstant' is undefined

I'm new at goinstant. I'm following the example and get the following error at runtime. JavaScript runtime error: 'goinstant' is undefined here is the code: