Skip to content

v0.8.0

Compare
Choose a tag to compare
@pemrouz pemrouz released this 12 Nov 20:39
· 12 commits to master since this release

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.