diff --git a/en/.spelling b/en/.spelling index 78b81eee4..6fa2395dc 100644 --- a/en/.spelling +++ b/en/.spelling @@ -706,7 +706,6 @@ evictable defaultable WebSocket WebSockets -expose-a-nodejs-websocket-endpoint-via-a-service test-websocket-endpoints-via-the-websocket-console schemaVersion displayName @@ -719,6 +718,7 @@ create-choreo-managed-kafka-services configure-a-kafka-service monitor-a-kafka-service choreo-platform-services-billing +expose-a-websocket-endpoint-via-a-service faq.md Moesif.md integrate-choreo-with-moesif diff --git a/en/docs/develop-components/develop-services/expose-a-websocket-endpoint-via-a-nodejs-service.md b/en/docs/develop-components/develop-services/expose-a-websocket-endpoint-via-a-service.md similarity index 99% rename from en/docs/develop-components/develop-services/expose-a-websocket-endpoint-via-a-nodejs-service.md rename to en/docs/develop-components/develop-services/expose-a-websocket-endpoint-via-a-service.md index f35308dc5..9971c7c8f 100644 --- a/en/docs/develop-components/develop-services/expose-a-websocket-endpoint-via-a-nodejs-service.md +++ b/en/docs/develop-components/develop-services/expose-a-websocket-endpoint-via-a-service.md @@ -1,4 +1,4 @@ -# Expose a WebSocket Endpoint via a NodeJS Service +# Expose a WebSocket Endpoint via a Service Choreo allows you to create and deploy applications in your preferred programming language, offering a seamless platform for building dynamic and scalable solutions. This guide walks you through the steps to deploy a WebSocket service using the NodeJS buildpack. @@ -121,4 +121,4 @@ During testing, once the WebSocket connection is established, you can send {"typ For example: `sec-websocket-protocol: choreo-oauth2-token, {access token}, subprotocols` - If you are using a Test Key, replace `choreo-oauth2-token` with `choreo-test-key`. \ No newline at end of file + If you are using a Test Key, replace `choreo-oauth2-token` with `choreo-test-key`. diff --git a/en/mkdocs.yml b/en/mkdocs.yml index 388e848bd..7a2ee9e65 100644 --- a/en/mkdocs.yml +++ b/en/mkdocs.yml @@ -109,7 +109,7 @@ nav: - Expose a UDP Server via a Service: develop-components/develop-services/expose-a-udp-server-via-a-service.md - Expose a Ballerina GraphQL Endpoint via a Service: develop-components/develop-services/expose-a-ballerina-graphql-endpoint-via-a-service.md - Expose a Prism-Based Mock Server Using an OpenAPI Specification: develop-components/develop-services/expose-a-prism-based-mock-server-using-an-openapi-specification.md - - Expose a WebSocket Endpoint via a NodeJS Service: develop-components/develop-services/expose-a-websocket-endpoint-via-a-nodejs-service.md + - Expose a WebSocket Endpoint via a Service: develop-components/develop-services/expose-a-websocket-endpoint-via-a-service.md - Develop an API Proxy: develop-components/develop-an-api-proxy.md - Develop Web Applications: - Build and Deploy a Single-Page Web Application: develop-components/develop-web-applications/build-and-deploy-a-single-page-web-application.md