Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asmr-hex/gamebutler
tiny node game server
https://github.com/asmr-hex/gamebutler
Last synced: 1 day ago
JSON representation
tiny node game server
- Host: GitHub
- URL: https://github.com/asmr-hex/gamebutler
- Owner: asmr-hex
- Created: 2016-07-22T00:35:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T04:10:36.000Z (over 8 years ago)
- Last Synced: 2024-08-09T09:28:20.704Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameButler
I live to serve games.### Install
```shell
$ cd ./to/your/game/dir
$ npm install gamebutler
```### Usage
```shell
$ node node_modules/gamebutler ./path/to/index.html
```
this will setup a game server in the directory of the `index.html`