https://kotlinlang.org logo
#ktor
Title
# ktor
a

Alexandre Brown

07/30/2020, 5:25 PM
Would you consider WebSocket Feature production ready and ready to handle a lot or concurrent users ex: For a mobile game ? Is it stable ?
l

Luis Munoz

07/30/2020, 5:44 PM
I would say yes simply because it is a bunch of code on top of stable libraries, ie netty so you can always go lower level if having problems.
👍 1
a

Alexandre Brown

07/30/2020, 5:52 PM
@Luis Munoz Thank you for your feedback, this makes sense
3 Views