update homepage

This commit is contained in:
Tanner Nelson 2016-08-05 15:21:58 -04:00
parent cb602c3e42
commit 767e17facb
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
2 changed files with 44 additions and 7 deletions

View File

@ -6,18 +6,45 @@ Vapor is the most used web framework for Swift. It provides a beautifully expres
To view the framework's source code and code documentation, visit [Vapor's GitHub](https://github.com/vapor/vapor).
## How To Read
## How To Read
You can read this guide by clicking through the folders and markdown files on [GitHub](https://github.com/vapor/documentation) or through the rendered [GitHub Pages](https://vapor.github.io/documentation/).
## 🚀 Getting Started
## Packages
Learn how to install Swift 3 and the Vapor Toolbox. Get a high level overview of Vapor and development with Xcode in a brief tutorial.
Here are a list of all the Swift 3, linux-ready packages and modules provided open source by Vapor.
## 📖 Guide
- [Vapor](https://github.com/vapor/vapor): Swift's most used web framework.
- Routing: Generic branch router.
- HTTPRouting: HTTP router specializations.
- Type-safe Routing: Generated route methods for type-safe parameters.
- [Fluent](https://github.com/vapor/fluent): Models, relationships, and querying for NoSQL and SQL databases.
- [Engine](https://github.com/vapor/engine): Core transport layers.
- HTTP: Pure Swift HTTP client and server.
- URI: Pure Swift URI parsing and serializing.
- WebSockets: Full-duplex communication channels over a single TCP connection.
- SMTP: Send email using Sendgrid and Gmail.
- Transport: Streams and transfer protocols.
- [JSON](https://github.com/vapor/json): Maps Foundation JSON to Swifty enum.
- [Console](https://github.com/vapor/console): Swift wrapper for console IO and commands.
- [Node](https://github.com/vapor/node): A formatted data encapsulation meant to facilitate the object conversions.
- [TLS](https://github.com/vapor/tls): Swift OpenSSL and TLS.
- [MySQL](https://github.com/vapor/mysql): Robust MySQL interface for Swift.
- [MySQL Driver](https://github.com/vapor/mysql-driver): MySQL driver for Fluent.
- [MySQL Provider](https://github.com/vapor/mysql-provider): MySQL provider for Vapor.
- [SQLite](https://github.com/vapor/sqlite): SQLite 3 wrapper for Swift
- [SQLite Driver](https://github.com/vapor/sqlite-driver): SQLite driver for Fluent.
- [SQLite Provider](https://github.com/vapor/sqlite-provider): SQLite provider for Vapor.
- [PostgreSQL](https://github.com/vapor/postgresql): Robust PostgreSQL interface for Swift.
- [PostgreSQL Driver](https://github.com/vapor/postgresql-driver): PostgreSQL driver for Fluent.
- [PostgreSQL Provider](https://github.com/vapor/postgresql-provider): PostgreSQL provider for Vapor.
- [Mongo Driver](https://github.com/vapor/mongo-driver): MongoKitten driver for Fluent.
- [Polymorphic](https://github.com/vapor/polymorphic): Syntax for easily accessing values from generic data.
- [Path Indexable](https://github.com/vapor/path-indexable): A protocol for powerful subscript access of data types.
- [Core](https://github.com/vapor/core): Core extensions, type-aliases, and functions that facilitate common tasks.
Learn about how to use all of Vapor's powerful and modern features from routing to encryption.
> Not all packages may be up to date with the latest Swift snapshot or Vapor release. Updating packages is an easy and great way to contribute!
## 👥 Authors
## Authors
[Tanner Nelson](mailto:tanner@qutheory.io), [Logan Wright](logan@qutheory.io), and the hundreds of members of Vapor.
[Tanner Nelson](mailto:tanner@qutheory.io), [Logan Wright](mailto:logan@qutheory.io), and the hundreds of members of Vapor.

View File

@ -75,5 +75,15 @@
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76177358-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>