2011-05-30 14:53:11 +00:00
|
|
|
# server
|
2011-05-29 20:30:56 +00:00
|
|
|
`require("./server");`
|
|
|
|
|
2011-05-30 14:53:11 +00:00
|
|
|
This module is started with bin/run.sh. It sets up a Express HTTP and a Socket.IO Server.
|
|
|
|
Static file Requests are answered directly from this module, Socket.IO messages are passed
|
|
|
|
to MessageHandler and minfied requests are passed to minified.
|
2011-05-29 20:30:56 +00:00
|
|
|
|
|
|
|
##Variables
|
|
|
|
|
2011-05-30 15:05:42 +00:00
|
|
|
- - -
|
2011-05-30 14:53:11 +00:00
|
|
|
### maxAge
|
2011-05-29 20:30:56 +00:00
|
|
|
|
|
|
|
|