Categorygithub.com/beego/samples
module
0.0.0-20180420090448-1c696ee4905b
Repository: https://github.com/beego/samples.git
Documentation: pkg.go.dev

# README

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.

# Packages

This sample is about to build a webdav service based on beego.
This sample is about using long polling and WebSocket to build a web-based chat room based on beego.
No description provided by the author
No description provided by the author