Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikari-no-yume/lounge
Lounge is a website for organising gg2 games.
https://github.com/hikari-no-yume/lounge
Last synced: 17 days ago
JSON representation
Lounge is a website for organising gg2 games.
- Host: GitHub
- URL: https://github.com/hikari-no-yume/lounge
- Owner: hikari-no-yume
- License: other
- Created: 2013-06-12T22:28:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T23:17:58.000Z (over 10 years ago)
- Last Synced: 2024-04-15T11:38:56.260Z (9 months ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
What's Lounge?
================Lounge is a website for organising gg2 games. Live at http://lounge.ajf.me/
(forked from lunasync...)
Setup
-----1. `npm install`
2. Configure `server/config.json`. Unless you're ajf, keep `useInternalServer` as `true`. Set `debugOrigin` and `origin` to the hostnames of the places you'll be hosting Lounge on. Here's a default config.json:
{
"useInternalServer": true,
"debugOrigin": "http://localhost:8000",
"origin": "http://lounge.ajf.me"
}3. Run `node server.js` on the same hostname. (Add the `--debug` flag when debugging to ignore request origins).
4. That's it, I think?
Notes
-----If you type the letter `u` when running the server, it will kick all the clients off for updating and shut down. The clients should reconnect after 5 seconds.