Search code examples
ajaxdynamiccometorbited

Can I use Orbited as a HTTP server for dynamic content?


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?


Solution

  • The answer is no.

    This is why orbited is usually paired with a web framework (django, rails, etc.) and a standard webserver.