|
|
|
|
|
by k__
3418 days ago
|
|
> this isn't per-se a new paradigm If you look how regular websites work, I think it is. In my last project, people were kinda baffled, why the changes they made, didn't propagate to the other users instantly. 5 years ago everyone knew you had to refresh a page to see changes. Today everyone seems to expect these changes to be pushed to them. It also was a fight to get this whole stuff working with React and Redux. So I think, if you want to build a good realtime site, you have to think about this stuff before choosing libraries, if you want to get good results. For example, GraphQL has subscriptions that can be delivered via Websockets. |
|