Pages

Thursday, 7 November 2024

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.
  • (https://github.com/beego/samples/blob/master/WebIM/README.md)
  • ShortURL: shouturl app based on beego. API applications.
  • (https://github.com/beego/samples/blob/master/shorturl/README.md)

from https://github.com/beego/samples 

-----

https://github.com/beego/beedoc/blob/master/en-US/quickstart.md

 https://beego.me/quickstart/

 


No comments:

Post a Comment