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
?
相关问题
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- Netty websocket client does not read new frames fr
- google-drive can't get push notifications
- How to reimport module with ES6 import
- Why is `node.js` dying when called from inside pyt
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.