Skip to content

Commit

Permalink
Merge pull request #248 from user073/patch-2
Browse files Browse the repository at this point in the history
Update deployment.md
  • Loading branch information
leastbad authored Jun 26, 2020
2 parents e2f4117 + dd0cb9e commit 2ba2cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ end

On the face, serving raw HTML to the client means a smaller download, there's no SPA dynamically rendering a page from JSON \(slow\) and draining the battery. However, the question deserves a more nuanced treatment - and not just because **some devices might not even support Websockets**.

It's simply true that the team developing StimulusReflex are working on relatively recent, non-mobile computers with subjectively fast, reliable connections to the internet. None of us are actively testing on legacy hardware.
It's simply true that the team developing StimulusReflex is working on relatively recent, non-mobile computers with subjectively fast, reliable connections to the internet. None of us are actively testing on legacy hardware.

Raw Websockets has more in common with UDP than TCP, in that there's no retry logic or acknowledgement of delivery. Messages can arrive out of order, or not at all.

Expand Down

0 comments on commit 2ba2cd1

Please sign in to comment.