/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Clojure: Realtime collaborative web apps without ClojureScript
(andersmurphy.com)
170 points
bko
| 3 comments |
08 Apr 25 18:40 UTC
|
HN request time: 0.628s
|
source
Show context
sooheon
◴[
11 Apr 25 05:18 UTC
]
No.
43650720
[source]
▶
>>43625139 (OP)
#
To clarify, dealing with spotty connection / offline mode is not possible with this kind of approach?
replies(2):
>>43651573
#
>>43651824
#
1.
andriusbartulis
◴[
11 Apr 25 08:25 UTC
]
No.
43651573
[source]
▶
>>43650720
#
Offline mode - not possible.
Spotty connection - no problem, SSE reconnects.
replies(1):
>>43654721
#
ID:
GO
2.
realharo
◴[
11 Apr 25 15:12 UTC
]
No.
43654721
[source]
▶
>>43651573 (TP)
#
Reconnects
eventually
when things time out, but in the meantime, there will be a lot of frustrated waiting.
replies(1):
>>43655055
#
3.
andersmurphy
◴[
11 Apr 25 15:35 UTC
]
No.
43655055
[source]
▶
>>43654721
#
In my experience it reconnects faster and more reliably than web sockets. Also nothing is stopping you telling the user the connection is down/retrying etc.
↑