Can I use locations api with websockets?
# ktor
b
Can I use locations api with websockets?
c
I believe it could work but we don't have such functions. Actually, the reason is such a shame: both websockets and locations are optional modules. So to have such extensions both need to be included. And for sure, we don't want to have dependencies between them. Adding a third module just because of few options looks like an overkill 🤦🏻‍♂️