v0.8.0
Notable Changes
-
You can now respond with a single value, promise or stream in response to requests.
ripple.send
on the client returns an awaitable stream. See this blotter example for a demonstration of how powerful this can be. -
socket.io has been replaced in favour of uws and nanosocket (see also xrs). The total size of the client is now just ~7 kB.
-
All modules are now bundled with buble + rollup instead of babel + browserify.