Skip to content

Commit 4a8e8e1

Browse files
Update article.md
1 parent 1ce5644 commit 4a8e8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)