| this.server.listen(port, host); | this.server.listen(port, host); | ||||
| this.info("Listening on "+host+":"+port); | this.info("Listening on "+host+":"+port); | ||||
| this.port = port; | |||||
| this.host = host; | |||||
| } | } | ||||
| this._routeMap = {}; | this._routeMap = {}; |
| { | { | ||||
| "name": "webframe", | "name": "webframe", | ||||
| "version": "0.8.1", | |||||
| "version": "0.8.2", | |||||
| "description": "Web framework.", | "description": "Web framework.", | ||||
| "main": "index.js", | "main": "index.js", | ||||
| "scripts": { | "scripts": { |