3rd-Eden / versions

Versions, A small module for creating a flexible CDN application
204 stars 13 forks source link

Use an existing HTTP instance? #32

Closed IngwiePhoenix closed 10 years ago

IngwiePhoenix commented 10 years ago

The title says it all.

Is it possible to do that?

IngwiePhoenix commented 10 years ago

Or rather, an existing connect instance. I just realized it runs on connect and not HTTP as my first blunt guess was.

3rd-Eden commented 10 years ago

Nope, this was never a design goal of this project. It shouldn't be middleware of an existing server but just a server which is fully dedicated on caching and serving static files.