levelrin / jws-server

A framework for WebSocket server in Java
MIT License
0 stars 0 forks source link

Use multiple reactions on the sample code #54

Closed levelrin closed 3 years ago

levelrin commented 3 years ago

People probably want to have multiple endpoints for a WebSocket server. Thus, the sample code on README should demonstrate multiple endpoints.