Welcome Guest, Not a member yet? Register   Sign In
Real time - Which is the best way?
#2

How large is your user base?

Depending on what kind of functionality, how large your active user base is, and how 'real-time' you need it to be, you can choose between polling or websockets.

At the end of the day, websockets will scale much better than polling and is more real-time. If you're wanting to go the easy route of websockets, I'd recommend nodejs with something like socket.io. If you're wanting to build an app that can scale to the roof, I'd recommend using Elixir + phoenix.
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Reply


Messages In This Thread
Real time - Which is the best way? - by theedo - 07-24-2017, 08:34 AM
RE: Real time - Which is the best way? - by albertleao - 07-24-2017, 08:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB