Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
doc: server metrics require the memcache module
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Mar 28, 2012
1 parent cfde236 commit cfa6f44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/README.md
Expand Up @@ -9,6 +9,7 @@ The game server currently runs on nodejs v0.4.7 (but should run fine on the late
- websocket
- websocket-server
- sanitizer
- memcache (only if you want metrics)

All of them can be installed via `npm install [module_name]`

Expand Down Expand Up @@ -38,4 +39,4 @@ The server has a status URL which can be used as a health check or simply as a w

Send a GET request to: `http://[host]:[port]/status`

It will return a JSON array containing the number of players in all instanced worlds on this game server.
It will return a JSON array containing the number of players in all instanced worlds on this game server.

0 comments on commit cfa6f44

Please sign in to comment.