Skip to content

revel/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43943ed · Aug 3, 2022
Oct 22, 2020
Oct 22, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 22, 2020
Oct 12, 2020
Oct 21, 2020
Apr 16, 2018
Aug 3, 2022

Repository files navigation

Example Revel Applications

Build Status

Each directory contains a standalone Revel application, eg

狂欢是好的,保存UTF8 。保持微笑,享受..抱怨..请让它好看

git clone https://github.com/revel/examples.git $GOPATH/src/github.com/revel/examples
revel run github.com/revel/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

  • Upload

    • Demonstrates single and multiple file uploads to a webserver via http.
  • Twitter OAuth

    • Display mentions and allows posting to a Twitter account using OAuth.
  • Facebook OAuth2

    • Display Facebook user information using OAuth2.
  • If you spot a mistake etc, then let us know
  • If you have a good sample application idea, then let us know
  • If you got an app, then please make a pull request