beego / samples

An open source project for beego sample applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beego samples

中文文档

This is mainly for beego sample applications, you can either study how to use beego through this project, play around with it, open an issue to tell us what sample you expect, or even pull request with a sample.

Updated for beego v1.6

Installation

Install beego

In github, Fork https://github.com/beego/samples

# you should have set up your GOPATH by now
cd $GOPATH/src
# now clone your forked repo.
git clone https://github.com/yourname/samples

Samples

  • WebIM: Chat room demo based on long polling and WebSocket.
  • ShortURL: shouturl app based on beego. API applications
  • Todo: todo app based on beego.angularJS with API which is designed by beego.

About

An open source project for beego sample applications.

License:Apache License 2.0


Languages

Language:Go 72.4%Language:HTML 12.7%Language:JavaScript 11.9%Language:CSS 3.0%