Changeset View
Changeset View
Standalone View
Standalone View
support/aphlict/server/aphlict_server.js
| Show First 20 Lines • Show All 76 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| // NOTE: Require these only after checking for the "ws" module, since they | // NOTE: Require these only after checking for the "ws" module, since they | ||||
| // depend on it. | // depend on it. | ||||
| require('./lib/AphlictAdminServer'); | require('./lib/AphlictAdminServer'); | ||||
| require('./lib/AphlictClientServer'); | require('./lib/AphlictClientServer'); | ||||
chad: cool story, bro | |||||
| var ii; | var ii; | ||||
| var logs = config.logs || []; | var logs = config.logs || []; | ||||
| for (ii = 0; ii < logs.length; ii++) { | for (ii = 0; ii < logs.length; ii++) { | ||||
| debug.addLog(logs[ii].path); | debug.addLog(logs[ii].path); | ||||
| } | } | ||||
| var servers = []; | var servers = []; | ||||
| ▲ Show 20 Lines • Show All 78 Lines • Show Last 20 Lines | |||||
cool story, bro