Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync main with dev #1665

Merged
merged 6 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/.spelling
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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