Revel provides a few example applications to demonstrate typical usage.
git clone https://github.com/revel/examples.git
revel run examples/booking
Booking
- A database-driven hotel-booking application, including user management.
Chat
- A chat room demonstrating active refresh, long-polling (comet), and websocket implementations.
Validation
- A demonstration of the validation system.
Upload
- Demonstrates single and multiple file uploads.
Twitter OAuth
- A sample app that displays mentions and allows posting to a Twitter account using OAuth.
Facebook OAuth2
- A sample app that displays Facebook user information using OAuth2.