Skip to content

janicduplessis/projectgo

Repository files navigation

Go Chat

Build Status

Description

Go Chat is a chat server written in go and a web client using Polymer.

Prerequisites

Installation

  1. Get and build the code using

     go get github.com/janicduplessis/projectgo
    
  2. Install build system globally

     npm install bower -g
     npm install grunt -g
    
  3. Navigate to the project root and get other dependencies

     cd $GOPATH/src/github.com/janicduplessis/projectgo
     npm install
    
  4. Run using

     grunt
    
  5. After the first run, a config file will be created: server.json edit it with your server information

  6. Run again!

    grunt 
    
  7. The server should be up and running on localhost:8080 or the address in the config file

About

CT is a chat server written in go and a web client using Polymer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published