diff --git a/README.rst b/README.rst index 80bf6e52..42e7d61f 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Tornado Web Server asynchronous networking library, originally developed at `FriendFeed `_. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for -`long polling `_, +`long polling `_, `WebSockets `_, and other applications that require a long-lived connection to each user.