descriptionWeb Sockets for Ruby, Rack+Rainbows!
homepage URLhttp://rainbows.rubyforge.org/sunshowers/
repository URLgit://git.bogomips.org/sunshowers
ownersunshowers@bogomips.org
last changeThu, 20 Jan 2011 22:18:43 +0000 (20 22:18 +0000)
last refreshWed, 24 Apr 2024 23:28:41 +0000 (25 01:28 +0200)
content tags
add:
readme
Sunshowers is a Ruby library for Web Sockets. It exposes an easy-to-use API that may be used in both clients and servers. On the server side, it is designed to work with Rack::Request and Rainbows! concurrency models that expose a synchronous application flow. On the client side, it may be used as a standalone wrapper for IO-like objects.
shortlog
2011-01-20 Eric Wongupdate READMEmaster
2010-01-03 Eric Wongadd Sinatra 0.9.4 example
2009-12-25 Eric WongREADME: no need for disclaimer
2009-12-22 Eric Wongupdate README with Zbatery information
2009-12-22 Eric WongREADME: use write_utf8 in the example
2009-12-22 Eric Wongvarious README updates
2009-12-21 Eric WongGNUmakefile: push tgz instead of the gem, twice
2009-12-16 Eric Wongexamples/echo_client: do not write binary by default
2009-12-14 Eric WongSunshowers 0.2.0v0.2.0
2009-12-14 Eric Wongmore RDoc
2009-12-14 Eric Wong.gitignore: ignore downloaded drafts
2009-12-14 Eric Wongio: discard binary frames
2009-12-14 Eric Wongtest_request: more unit tests
2009-12-14 Eric Wongtest_request: add PATH_INFO by default
2009-12-14 Eric Wongrequest: raise HandshakeError correctly if ws? is false
2009-12-14 Eric Wongws_handshake! may now accept headers
...
tags
14 years ago v0.2.0 Sunshowers 0.2.0
14 years ago v0.1.1 Sunshowers 0.1.1
14 years ago v0.1.0 Sunshowers 0.1.0
heads
13 years ago master
14 years ago rack.io