MatthewWid/better-sse

Add adapters/middlewares to support more frameworks.

Closed this issue · 1 comments

Add adapters and middlewares to support the interoperability with other frameworks.

Frameworks planned to support at the moment include:

See the current adapter/middleware implementation for Express to get an idea about how to implement these for other frameworks.

The provision of adapters and middlewares for each framework will be removed in the next release, in favour of supporting the raw Node req and res parameters that can be given by any framework.