serkyron / nestjs-sse

Middleware for Nest.js to send Server-Sent Events (SSE)
20 stars 4 forks source link

perf(types): removed unnecessary dependencies #4

Closed atassis closed 3 years ago

atassis commented 3 years ago

I have removed unnecessary inheritance from express library, so we can use this middleware with fastify as well. Also removed unnecessary babel and other dependencies, they are unused in this repo