Skip to content

Commit ea7738b

Browse files
authored
Merge pull request #3295 from Violet-Bora-Lee/patch-4
Update article.md
2 parents 9a26eb0 + 4a8e8e1 commit ea7738b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

5-network/10-long-polling/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Long polling
22

3-
Long polling is the simplest way of having persistent connection with server, that doesn't use any specific protocol like WebSocket or Server Side Events.
3+
Long polling is the simplest way of having persistent connection with server, that doesn't use any specific protocol like WebSocket or Server Sent Events.
44

55
Being very easy to implement, it's also good enough in a lot of cases.
66

0 commit comments

Comments
 (0)