isapir / lucee-websocket

Enables server WebSockets for Lucee via JSR-356 compliant servlet containers (e.g. Tomcat 8, Jetty 9.1, etc.)
GNU Lesser General Public License v2.1
17 stars 6 forks source link

Can't create websocket gateway #20

Open Daemach opened 4 years ago

Daemach commented 4 years ago

I tried to get this set up a couple weeks ago and was not able to create a gateway for some reason. Can you shed some light please?

https://dev.lucee.org/t/cannot-create-websocket-gateway-can-you-help-please/5916

SebastianZ commented 2 years ago

As noted in the discussion thread, I have the same issue.

It looks like the documentation under https://docs.lucee.org/guides/extensions/extension-websocket.html is incorrect and/or outdated. At least in the documentations in this repository (README.md and the wiki) there is no mention of having to create a gateway.

Sebastian