0

I'm trying to get a real time update in html using Rethinkdb, koa, ejs and angular. something like Rethinkdb main page example streaming rethinkdb results

I have looked in a few examples on the web but could not managed to recreate anything with the above stack.

How could that be achieved ?

Thanks in advanced

Community
  • 1
  • 1
FlikTheDog
  • 11
  • 1

2 Answers2

2

We have plenty of example repos RethinkDB Github organization page.

https://github.com/rethinkdb/?utf8=%E2%9C%93&query=example

You should definitely start there.

dalanmiller
  • 3,467
  • 5
  • 31
  • 38
  • Tnx. i looked at the link, there are no examples or clues on the refernce i mentioned (rethinkdb web site example). – FlikTheDog Oct 27 '15 at 22:01
  • While we don't have a specific example where we demo those specific results from a changefeed, all the examples feature a changefeed in some way or another. The feature works just the same. Why are you looking for this example in particular? – dalanmiller Oct 27 '15 at 22:16
  • I'm developing a web app and I will need a real time update on list from the db, every time the db will change I want the list to be updated at real time. – FlikTheDog Oct 27 '15 at 22:34
0

I made a screencast that might be helpful: http://knowthen.com/episode-10-building-realtime-applications-just-got-easy/

Here is the corresponding repo: https://github.com/knowthen/Episode-10-Building-realtime-web-applications

James Moore
  • 1,881
  • 14
  • 18