impact

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2013 License: MIT Imports: 9 Imported by: 0

README

Go Impact Build Status

This is a server written in Go for the ImpactJS game engine.

So far, the only thing it does is replace the PHP server that comes with ImpactJS.

Installation and Usage

You do not have Go installed

You can just download the binary version.

Then make it executable for your user:

chmod +x impact

Then copy it to the root of your game's path and run it:

./impact
You have Go installed

Run the following to install the server:

go get github.com/geetarista/impact

Then just start the server:

impact

Server Port

The default port the server will listen on is 8080, but you can override that like so:

PORT=8888 impact

Tests

To run the tests, you just need Go installed on your system and just run:

go test

Disclaimer

This server has only been tested on Mac OS X for now, so if you discover issues on other platforms, please create an issue so I can address them.

License

MIT. See LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL