文件名称:bitrise-cli-webui:Bitrise CLI的简单本地Web UI-进行中
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-25 16:15:08
Go
聊天范例 该应用程序展示了如何使用包和来实现一个简单的Web聊天应用程序。 运行示例 该示例需要一个可行的Go开发环境。 “页面描述了如何安装开发环境。 一旦启动并运行,就可以使用以下命令下载,构建和运行示例。 $ go get github.com/gorilla/websocket $ cd `go list -f '{{.Dir}}' github.com/gorilla/websocket/examples/chat` $ go run *.go
【文件预览】:
bitrise-cli-webui-master
----utils.go(2KB)
----conn.go(3KB)
----main.go(1KB)
----home.html(9KB)
----models()
--------models.go(648B)
----LICENSE(1KB)
----test()
--------bitriseSafe.yml(2KB)
--------bitrise.yml(3KB)
----README.md(634B)
----runCommand.go(2KB)
----_scripts()
--------ci.sh(572B)
--------test.sh(136B)
----.bitrise()
--------envstore.yml(410B)
--------current_step.yml(3KB)
----hub.go(1KB)