mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
server.js can be called from console.
This commit is contained in:
parent
c90ef5aeb8
commit
7f50e8f551
1 changed files with 1 additions and 0 deletions
1
src/node/server.js
Normal file → Executable file
1
src/node/server.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue