javascript - Possible to make HTTP request to a web browser? -
this question curiosity only:
is possible make http request backend server web browser, have http server on web browser listen incoming http requests?
cause want use frontend <-> couchdb directly dumping backend server .. wondered how normal processing when database javascript not sufficient.
that thought made me think of question.
generally speaking — no.
there exceptions, opera has feature called "unite" allows run web server (this not turned on default!) acting user agent. wouldn't allow send response request hadn't been made though.
Comments
Post a Comment