bitrise-io/bitrise-cli-webui

Name: bitrise-cli-webui

Owner: Bitrise

Description: Simple local Web UI for Bitrise CLI - Work-in-Progress

Created: 2015-06-29 09:46:04.0

Updated: 2018-02-22 16:02:58.0

Pushed: 2015-10-01 19:44:29.0

Homepage: null

Size: 134

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Chat Example

This application shows how to use use the websocket package and jQuery to implement a simple web chat application.

Running the example

The example requires a working Go development environment. The Getting Started page describes how to install the development environment.

Once you have Go up and running, you can download, build and run the example using the following commands.

$ go get github.com/gorilla/websocket
$ cd `go list -f '{{.Dir}}' github.com/gorilla/websocket/examples/chat`
$ go run *.go

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.