Go to file
slk333 e0558c438e typo (psuedo -> pseudo) 2016-11-28 22:12:11 +01:00
auth use new droplet init methods 2016-11-02 12:43:48 -04:00
deploy wording change 2016-11-10 12:38:22 -05:00
fluent use new droplet init methods 2016-11-02 12:43:48 -04:00
getting-started Updated minor version 2016-11-12 14:14:47 +01:00
guide leaf highlighting 2016-11-17 12:08:27 -05:00
http use new droplet init methods 2016-11-02 12:43:48 -04:00
routing Merge pull request #36 from VikinArtisan/patch-5 2016-10-24 16:47:22 -04:00
template also include echo tags 2016-11-17 12:11:24 -05:00
testing explicit testable import 2016-11-13 16:36:49 -05:00
websockets Websocket documentation 2016-11-08 03:45:50 +01:00
.gitignore update overflow 2016-08-07 16:27:59 -04:00
CONTRIBUTING.md contributing 2016-07-30 20:29:40 -04:00
README.md typo (psuedo -> pseudo) 2016-11-28 22:12:11 +01:00
couscous.yml style fixes 2016-11-10 11:29:58 -05:00

README.md

Vapor Documentation

Stack Overflow

This is the documentation for Vapor, a Web Framework for Swift that works on iOS, macOS, and Ubuntu; and all of the packages that Vapor offers.

Vapor is the most used web framework for Swift. It provides a beautifully expressive and easy to use foundation for your next website or API.

To view the framework's source code and code documentation, visit Vapor's GitHub.

How To Read

You can read this guide by clicking through the folders and markdown files on GitHub or through the rendered GitHub Pages.

Packages

Here are a list of all the packages and modules included with Vapor (also useable individually).

  • Vapor: Swift's most used web framework.
    • Auth: User authentication and persistance.
    • Sessions: Secure, ephemeral cookie based data storage.
    • Cookies: HTTP cookies.
    • Routing: Advanced router with type-safe parameterization.
  • Fluent: Models, relationships, and querying for NoSQL and SQL databases.
  • 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.
  • Leaf: An extensible templating language.
  • JSON: Maps Jay JSON to Vapor types.
  • Console: Swift wrapper for console IO and commands.
  • TLS: Swift wrapper for CLibreSSL's new TLS.
  • Crypto: Cryptography from LibreSSL and Swift.
    • Digests: Hashing with and without authentication.
    • Ciphers: Encryption and decryption
    • Random: Pseudo and cryptographically secure randomness.
    • BCrypt: Pure Swift implementation.
  • Node: Data structure for easy type conversions.
    • Polymorphic: Syntax for easily accessing values from common types like JSON.
    • Path Indexable: A protocol for powerful subscript access of common types like JSON.
  • Core: Core extensions, type-aliases, and functions that facilitate common tasks.
  • Socks: Swift C Socket API wrapper.

Providers & Other

Here are a list of providers and third party packages that work great with Vapor.

Authors

Tanner Nelson, Logan Wright, and the hundreds of members of Vapor.