Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janicduplessis/projectgo
CT is a chat server written in go and a web client using Polymer.
https://github.com/janicduplessis/projectgo
Last synced: 22 days ago
JSON representation
CT is a chat server written in go and a web client using Polymer.
- Host: GitHub
- URL: https://github.com/janicduplessis/projectgo
- Owner: janicduplessis
- License: bsd-3-clause
- Created: 2014-07-27T03:00:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T01:35:57.000Z (about 10 years ago)
- Last Synced: 2024-06-21T03:15:03.802Z (5 months ago)
- Language: Go
- Homepage: www.janicduplessis.com
- Size: 852 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go Chat
=========[![Build Status](https://travis-ci.org/janicduplessis/projectgo.svg?branch=master)](https://travis-ci.org/janicduplessis/projectgo)
Description
-----------
Go Chat is a chat server written in [go](http://golang.org/) and a web client using [Polymer](http://www.polymer-project.org/).Prerequisites
----------
* [go](http://golang.org/)
* [git](http://git-scm.com/)
* [mercurial](http://mercurial.selenic.com/)
* [npm](https://www.npmjs.org/)
* [mysql](http://www.mysql.com/)Installation
----------
1. Get and build the code usinggo get github.com/janicduplessis/projectgo
2. Install build system globally
npm install bower -g
npm install grunt -g3. Navigate to the project root and get other dependencies
cd $GOPATH/src/github.com/janicduplessis/projectgo
npm install4. 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