Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to offer a websocket API as part of an Edge-based API suite?

Not applicable

I would like to offer a real-time API that streams a subset of the requests coming to our system. We have an underlying websocket system to do this. I would like to proxy some that system through Apigee Edge, so that it will benefit from its security and monitoring, and so that it can be published as part of the same client-facing package. How can I do this?

I don't see any WS API options in Edge or the documentation. Is the best solution (for now) simply to implement this on my own server and call back to the Apigee management APIs in order validate the developer's credentials before establishing the connection?

Solved Solved
1 6 3,219
1 ACCEPTED SOLUTION

> I don't see any WS API options in Edge or the documentation. Is the best solution (for now) simply to implement this on my own server and call back to the Apigee management APIs in order validate the developer's credentials before establishing the connection?

Yes, for now, this is the best way. Sorry!

View solution in original post

6 REPLIES 6