Vibe 3.0.0-Alpha6 released
flowersinthesand wrote this on
For the last day of 2014, Vibe Protocol 3.0.0-Alpha6, Vibe JavaScript Client 3.0.0-Alpha6 and Vibe Java Server 3.0.0-Alpha9 are released. At first, we tried to design interfaces to make use of transport layer e.g. to build another protocol on top of transport layer but it took so much time so we decided to do that on beta. However, now that Transport
is a public interface, you can do that by referring current implementations.
transports
option is replaced with URI and accordinglyvibe.open
's new signature is introduced to accept multiple URIs. vibe-protocol#44, vibe-javascript-client#38org.atmosphere.vibe.server
package is renamed toorg.atmosphere.vibe
. vibe-java-server#66
In next iteration, how to authenticate will be covered. If you have any feedback, please let us know and we really appreciate them.