Vibe 3.0.0-Alpha9 released
flowersinthesand wrote this on
Focusing on API for client-side transport layer, Vibe Protocol 3.0.0-Alpha9, Vibe JavaScript Client 3.0.0-Alpha10 and Vibe Java Server 3.0.0-Alpha12 are released. Now you can create and use your own transport and replace default implementations with them completely together with API for server-side transport layer.
- API for client-side transport layer is added and accordingly
transports
option is added, which is a set of transport factories. vibe-protocol#50, vibe-javascript-client#44 - URI for WebSocket transport should start with either
ws
orwss
only. vibe-protocol#51, vibe-javascript-client#43
If you have any feedback, please let us know and we really appreciate them.