additional packages

This commit is contained in:
Tanner Nelson 2016-10-14 14:10:36 -04:00
parent be9224bd7c
commit f4ea39ba65
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
1 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Here are a list of all the packages and modules included with Vapor (also useabl
- [Core](https://github.com/vapor/core): Core extensions, type-aliases, and functions that facilitate common tasks.
- [Socks](https://github.com/vapor/socks): Swift C Socket API wrapper.
## Providers
## Providers & Other
Here are a list of providers and third party packages that work great with Vapor.
@ -61,6 +61,10 @@ Here are a list of providers and third party packages that work great with Vapor
- [Redbird](https://github.com/vapor/redbird): Pure-Swift Redis client implemented from the original protocol spec..
- [Redis Provider](https://github.com/vapor/redis-provider): Redis cache provider for Vapor.
- [Kitura Provider](https://github.com/vapor/kitura-provider): Use IBM's Kitura HTTP server in Vapor.
- [SwiftyBeaver](https://github.com/SwiftyBeaver/SwiftyBeaver-Vapor): Adds the powerful logging of SwiftyBeaver to Vapor.
- [APNS](https://github.com/matthijs2704/vapor-apns): Simple APNS Library for Vapor (Swift).
- [JWT](https://github.com/siemensikkema/vapor-jwt): JWT implementation for Vapor.
## Authors