1.0.9 • Published 8 years ago

am-simple-server v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago
SimpleServer = require("../SimpleServer")
# set server web dir
SimpleServer::webDir = [ #default is "./web"
  "./web"
  "./test"
]
SimpleServer::watchPath = [ #default is "./web/index.html, ./web/client.js"
  "./web/*.html"
  "./test/"
]
SimpleServer::start(httpPort = 8080, webSocketPort = 8081) # default is 8080
1.0.9

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago