mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.82k stars 1.65k forks source link

Documentation is missing? #921

Open MilanObrenovic opened 1 year ago

MilanObrenovic commented 1 year ago

I can't find documentation on implementation, usage examples, config options and proper socketio shutdown (to prevent memory leaks) in java spring boot app. Where is it?

3P1L-0 commented 6 months ago

Does this have any documentation at all? I have searched pretty much everywhere I could and not a single word on how to use this library apart from the few tutorials I found.

forkgenesis commented 2 months ago

Usage examples do exist, they're just in a different repository: https://github.com/mrniko/netty-socketio-demo/