Comet Server Orbited can serve static files from paths specified in it's config file under [static] section. I wonder if it's possible to serve dynamic content via orbited?
|
feedback
|
|
The answer is no. This is why orbited is usually paired with a web framework (django, rails, etc.) and a standard webserver. | |||
|
feedback
|