Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
More websocket info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 5, 2012
1 parent 2014b42 commit 0ff09b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ to Celluloid, Reel also works great for multithreaded applications and provides
traditional multithreaded blocking I/O support too.

[parser]: https://github.com/tmm1/http_parser.rb
[websockets]: https://github.com/imanel/websocket-ruby
[celluloidio]: https://github.com/celluloid/celluloid-io
[nio4r]: https://github.com/tarcieri/nio4r
[Goliath]: http://postrank-labs.github.com/goliath/

Connections to Reel can be either non-blocking and handled entirely within
the Reel::Server thread, or the same connections can be dispatched to worker
Expand Down Expand Up @@ -77,6 +77,10 @@ Reel::Server.supervise("0.0.0.0", 3000) do |connection|
end
```

When we read a request from the incoming connection, we'll either get back
a Reel::Request object, indicating a normal HTTP connection, or a
Reel::WebSocket object for WebSockets connections.

Status
------

Expand Down

0 comments on commit 0ff09b3

Please sign in to comment.