Skip to content

Commit

Permalink
Merge pull request #1663 from wso2/Nashaath-patch-1
Browse files Browse the repository at this point in the history
Update and rename expose-a-websocket-endpoint-via-a-nodejs-service.md  to expose-a-websocket-endpoint-via-a-service.md
  • Loading branch information
Nashaath authored Nov 13, 2024
2 parents 4845eac + 213ec9e commit cc71d2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions en/.spelling
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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`.
If you are using a Test Key, replace `choreo-oauth2-token` with `choreo-test-key`.
2 changes: 1 addition & 1 deletion en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc71d2c

Please sign in to comment.