Y
Hacker News
new
|
ask
|
show
|
jobs
by
369548684892826
933 days ago
If a client is offline I guess it will never get messages that were sent in that time, I think this might be something that MQTT solves?
1 comments
willemmerson
933 days ago
MQTT does solve this by storing messages on the broker but you can just store messages in your database instead and send them when the client connects, and personally I think this is easier.
link