mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
313 B
313 B
server
require("./server");
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.
##Variables