Skip to content

Commit

Permalink
Merge pull request #175 from lolo32/patch-1
Browse files Browse the repository at this point in the history
adding fastify-sse
  • Loading branch information
mcollina committed Sep 5, 2017
2 parents bf9d0af + d994926 commit ae092f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Bearer auth plugin for Fastify
- [`fastify-apollo`](https://github.com/coopnd/fastify-apollo) Run an [Apollo Server](https://github.com/apollographql/apollo-server) with Fastify.
- [`fastify-accepts`](https://github.com/fastify/fastify-accepts) to have [accepts](https://www.npmjs.com/package/accepts) in your request object.
- [`fastify-accepts-serializer`](https://github.com/fastify/fastify-accepts-serializer) to serialize to output according to `Accept` header
- [`fastify-sse`](https://github.com/lolo32/fastify-sse) to provide Server-Sent Events with `reply.sse( … )` to Fastify
- *More coming soon*

## Team
Expand Down

0 comments on commit ae092f9

Please sign in to comment.