# beego-all **Repository Path**: netscript/beego-all ## Basic Information - **Project Name**: beego-all - **Description**: beego 入门案例 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-30 - **Last Updated**: 2022-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Beego samples [中文文档](README_ZH.md) 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](http://beego.me/docs/install/) 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](WebIM/README.md): Chat room demo based on long polling and WebSocket. - [ShortURL](shorturl/README.md): shouturl app based on beego. API applications - [Todo](todo/README.md): todo app based on beego.angularJS with API which is designed by beego.