Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

bkcsoft/gorunner

 
 

Repository files navigation

gorunner

Build Status

gorunner is an attempt to create a continuous integration web server written in Golang.

This project is a work-in-progress but development is not very active. I accept pull requests but also if you want to take it in a different direction let me know and we can collaborate.

Installation instructions

Assuming $GOPATH/bin is on your path:

go get github.com/jakecoffman/gorunner
cd $GOPATH/src/github.com/jakecoffman/gorunner
gorunner

Technologies

  • Go (golang)
  • Javascript
    • Angularjs
    • Websockets

Why Go?

Go's ability to handle many connections would be beneficial for:

  • running multiple build scripts and monitoring progress
  • connecting to a cluster of gorunner servers
  • live updates to builds in the UI via websockets, etc

gorunner

About

A Jenkins-like continuous integration server written in Go (Golang) and Angularjs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 50.4%
  • JavaScript 23.6%
  • HTML 15.0%
  • Python 10.1%
  • Other 0.9%