Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
removed package and  descriptions from old file
  • Loading branch information
tones31 committed Feb 1, 2019
1 parent fa89e8f commit 223b046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "battlerunesserver",
"name": "node-server",
"version": "1.0.0",
"description": "Battle Runes Server",
"description": "Node Server",
"main": "app.js",
"dependencies": {
"debug": "^2.6.2",
"express": "latest",
"microtime": "^2.1.8",
"pathfinding": "^0.4.18",
"winston": "^3.0.0",
"ws": "^4.0.0"
},
Expand Down
6 changes: 2 additions & 4 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ const Logger = require('./../util/logger');

/**
* Generic Server with Client and Room management.
* Requires an ServerListener that listens on some protocol
* Requires a ServerListener that listens on some protocol
* for connections and disconnection. On each connection,
* the ServerListener should emit a "connect" event, along
* with the appropriate ClientSocket and any additional
* connection data. Server will then create a Client and
* provide it with the ClientSocket.
* with the appropriate Client.
* @extends {EventEmitter}
*/
class Server extends EventEmitter {
Expand Down

0 comments on commit 223b046

Please sign in to comment.