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

Update websocket-extension.md #1438

Merged
merged 1 commit into from
Jun 26, 2024
Merged
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
6 changes: 4 additions & 2 deletions docs/recipes/websocket-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Extension can be installed via Lucee Administor

![Lucee Admin: Extensions - Application](https://raw.githubusercontent.com/lucee/lucee-docs/master/docs/_images/extension/websocket/lucee-admin-extension.png)

### Manuell Installation
### Manual Installation

Download the LEX file from [https://download.lucee.org/](https://download.lucee.org/) and save to `/lucee/lucee-server/deploy/` (takes up to a minute for Lucee to pick up and install)

Expand Down Expand Up @@ -85,6 +85,8 @@ The WebSocket Extension comes with a helper function `websocketInfo()` that well
<em>TODO: update with new version</em>

## Component
>[!IMPORTANT]
>a Lucee restart is required when a new WebSocket CFC is added (just like for a ReST CFC)

```lucee
component hint="used to test websocket client" {
Expand Down Expand Up @@ -267,4 +269,4 @@ for ( var wsI in wsInstances) {
```
[Task Event Gateway](event-gateways-overview.md) is a good candidate for this script

*TODO: link to recipe page*
*TODO: link to recipe page*
Loading