server.js can be called from console.

pull/667/head
Matthias Bartelmeß 2012-04-20 22:40:33 +02:00
parent c90ef5aeb8
commit 7f50e8f551
1 changed files with 1 additions and 0 deletions

1
src/node/server.js Normal file → Executable file
View 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. * 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 * Static file Requests are answered directly from this module, Socket.IO messages are passed