Skip to content

micro-community/x-push

Repository files navigation

x-micro-push

Websocket Message push server for enterprise application

Instruction

  • for pc web applications
  • for mobile app

if you quit app you will receive no notice.

VSCODE PLUGING FOR GO

go get -u -v github.com/ramya-rao-a/go-outline
go get -u -v github.com/acroca/go-symbols
go get -u -v github.com/mdempsky/gocode
go get -u -v github.com/rogpeppe/godef
go get -u -v golang.org/x/tools/cmd/godoc
go get -u -v github.com/zmb3/gogetdoc
go get -u -v golang.org/x/lint/golint
go get -u -v github.com/fatih/gomodifytags
go get -u -v golang.org/x/tools/cmd/gorename
go get -u -v sourcegraph.com/sqs/goreturns
go get -u -v golang.org/x/tools/cmd/goimports
go get -u -v github.com/cweill/gotests/...
go get -u -v golang.org/x/tools/cmd/guru
go get -u -v github.com/josharian/impl
go get -u -v github.com/haya14busa/goplay/cmd/goplay
go get -u -v github.com/uudashr/gopkgs/cmd/gopkgs
go get -u -v github.com/davidrjenni/reftools/cmd/fillstruct
go get -u -v github.com/go-delve/delve/cmd/dlv

more about go-plugins

NOTE: If you are using Go modules, then we strongly recommend using the Go language server as it performs much better than the tools below.

toolsets

  • on windows
choco install protoc -y
go get -u -v github.com/micro/protoc-gen-micro
go get -u -v github.com/micro/protoc-gen-go