Kitura / Kitura-WebSocket

WebSocket support for Kitura
Apache License 2.0
68 stars 29 forks source link

Add websocket compression using permessage-deflate #81

Closed pushkarnk closed 5 years ago

pushkarnk commented 5 years ago

An initial implementation of websocket compression using permessage-deflate using zlib.

Some TODOs:

pushkarnk commented 5 years ago

@Andrew-Lees11 Thanks a lot for reviewing! I've addressed most of your comments.

pushkarnk commented 5 years ago

Thank you @Andrew-Lees11 for the review!