Releases: diloabininyeri/socket
Releases · diloabininyeri/socket
route check operations added
hasRoute: Is there any client connecting via /chat route?.
isRoute: Is the current client connected via the /chat route?.
v1.0.4
macro structure added
v1.0.3
Changes were made for more readable naming, and parameters were made optional for some methods.
v1.0.2
JS WebSocket route path detail added
id has been added and communication with specific client has been added.
id has been added and communication with specific client has been added.
v1.0.0
Socket server system with basically channel and broadcast support