From be9224bd7cabebb31a0176cee7de3eab328cae53 Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Fri, 14 Oct 2016 13:54:45 -0400 Subject: [PATCH] kitura provider --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f7ed0d0..f384deef 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Here are a list of providers and third party packages that work great with Vapor - [Mongo Provider](https://github.com/vapor/mongo-provider): MongoKitten provider for 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. ## Authors