levelrin / jws-server

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

Implement a session to send a message to the client #20

Closed levelrin closed 3 years ago

levelrin commented 3 years ago

When the communication starts, a session object will be generated. The server can use that session to send a message to the client.