TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.47k stars 2.57k forks source link

How to create and use an WebSocketServer with path. #1313

Closed xxxga0 closed 1 year ago

xxxga0 commented 1 year ago

How to create and start an WebSocketServer with path.

PhilipRoman commented 1 year ago

See #1071

xxxga0 commented 1 year ago

See #1071 Thank you very much!