A set of examples for getting started with MongoDB + Vapor:
- VaporTodoExample shows you the basics of running queries in MongoKitten
- VaporMeowTodoExample shows you how to get a basic API up and running with Vapor & the Meow ORM
- VaporMongoQueueExample shows you how to schedule jobs using MongoQueue, using a very basic user system
- VaporMeowWebSocketNotifications shows you how to use change streams to notify you of changes and send these events to WebSockets