1.0.9 • Published 10 years ago

am-simple-server v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago