Kitura / Kitura-WebSocket

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

Add an API to install WebSocket extensions #80

Closed pushkarnk closed 5 years ago

pushkarnk commented 5 years ago

Based on my current understanding of the WebSocket protocol, there should be a provision for the user to install their own custom extensions.

An example is WebSocket compression. Though permessage-deflate could be installed as the default compression extension, a user might want to use a custom compression extension. The user would need to provide a negotiation logic along with the implementation of the extension.

This is purely based on my current understanding.

pushkarnk commented 5 years ago

Moved to Kitura-WebSocket-NIO