juanlizarazo / real-time-chat--ROR--Cassandra

CRUD chat on Ruby on Rails and Cassandra
1 stars 0 forks source link

Ask about real-time #20

Open giangstrider opened 7 years ago

giangstrider commented 7 years ago

Hey Juan, just want to ask. Do you use any lib (socket/ ...) to make it real-time? Or just read data from cassandra(which support real-time by default) and change data in view?

juanlizarazo commented 7 years ago

Hi, I didn't :( this just reads and updates the view as you say.

I did use sockets and no db for these two: https://github.com/juanlizarazo/chat-nodejs-service and https://github.com/juanlizarazo/chat-electron-client.