Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revel/examples
Example Revel Applications
https://github.com/revel/examples
examples go hacktoberfest revel-applications
Last synced: 4 days ago
JSON representation
Example Revel Applications
- Host: GitHub
- URL: https://github.com/revel/examples
- Owner: revel
- License: mit
- Created: 2014-10-29T05:29:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T05:28:04.000Z (over 1 year ago)
- Last Synced: 2024-08-04T09:02:48.942Z (3 months ago)
- Topics: examples, go, hacktoberfest, revel-applications
- Language: Go
- Homepage: http://revel.github.io/examples/
- Size: 820 KB
- Stars: 341
- Watchers: 24
- Forks: 184
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Revel Applications
[![Build Status](https://secure.travis-ci.org/revel/examples.svg?branch=master)](http://travis-ci.org/revel/examples)
Each directory contains a standalone [Revel](http://revel.github.io/manual) 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](https://revel.github.io/examples/booking.html)
- A database-driven hotel-booking application, including user management* [Chat](https://revel.github.io/examples/chat.html)
- A chat room demonstrating active refresh, long-polling (comet), and [websocket](http://revel.github.io/manual/websockets.html) implementations.* [Validation](https://revel.github.io/examples/validation.html)
- A demonstration of input [validation](http://revel.github.io/manual/validation.html).* [Upload](https://revel.github.io/examples/upload.html)
- Demonstrates single and multiple file uploads to a webserver via http.* [Twitter OAuth](https://revel.github.io/examples/twitter-oauth.html)
- Display `mentions` and allows `posting` to a Twitter account using OAuth.* [Facebook OAuth2](https://revel.github.io/examples/facebook-oauth2.html)
- 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