LearnBoost / up

Zero-downtime reloads and requests load balancer based on distribute.
540 stars 73 forks source link

CLI doesn't work with ExpressJS servers #39

Closed jpoehls closed 12 years ago

jpoehls commented 12 years ago

The CLI does an instanceof http.Server check which fails for Express servers, even though they do inherit from http.Server. Using the JavaScript interface for up works just fine, but since the JS interface doesn't support --watch it doesn't help me any. :(

tj commented 12 years ago

they no longer inherit from http.Server, take a look at the express migration wiki