etherpad-lite/doc/jsdoc/server.md

14 lines
313 B
Markdown
Raw Normal View History

2011-05-30 16:53:11 +02:00
# server
2011-05-29 22:30:56 +02:00
`require("./server");`
2011-05-30 16:53:11 +02: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 22:30:56 +02:00
##Variables
2011-05-30 17:05:42 +02:00
- - -
2011-05-30 16:53:11 +02:00
### maxAge
2011-05-29 22:30:56 +02:00