Question

I was trying to figure out how do this question, but I saying simple, is it possible to use the node_module socket.io on apigee APIs Proxies?

Was it helpful?

Solution

As of the present day, you can not use socket.io on Apigee node implementation. The node container in Apigee sits behind a standard Apigee proxy. Apigee proxies are accessible over plain http or https and allow all sort of functionalities one needs to expose APIs or control access or generate analytics . And the node piece behind the proxy can then offer a place to host more hairy implementation logic.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top