Skip to content

tothandras/go-ng-chat

Repository files navigation

CHAT Codeship Status for tothandras/go-ng-chat

Simple Go (golang) & AngularJS application

Fetch and install

Use "go get" to fetch and install the chat app in your workspace:

$ go get github.com/tothandras/go-ng-app

Build and run the Docker image

Invoke Docker from the package directory to build an image using the Dockerfile:

$ docker build -t chat .

Run a container:

$ docker run --publish 8080:8080 --name chatapp --rm chat

Development

Install dependencies and run gulp

$ npm install -g bower
$ npm install -g gulp
$ npm install && bower install
$ gulp --watch

Run the server

$ go run main.go

Open http://localhost:8080

About

Go & AngularJS chat application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages