Skip to content

Tags: miraclesu/wray

Tags

v2.1

Toggle v2.1's commit message
updated readme

v2.0

Toggle v2.0's commit message
did some more work on extensions, resulting in a rewrite of some inte…

…rnal componenets

- the message and response parsing were rewritten
- uses a single message object, with multiple interfaces
- added a send method to faye which wraps the call to the transport
- added a newMessage method to faye which returns a message object
- modified the response parsing in the public API
- most public API is the same

v1.0

Toggle v1.0's commit message
updated readme

v0.99

Toggle v0.99's commit message
used a mutex to ensure a single connection to the server per client

As per the bayeux protocol