Docsright arrowEdge Stackright arrow1.7right arrowUsing WebSockets and Ambassador

1 min • read

Using WebSockets and Ambassador

Ambassador makes it easy to access your services from outside your application, and this includes services that use WebSockets. Only a small amount of additional configuration is required, which is as simple as telling the Mapping to allow "upgrading" from the HTTP protocol to the "websocket" protocol:

Example WebSocket Service

The example configuration below demonstrates the addition of the use_websocket attribute.