deniszykov / WebSocketListener

A lightweight and highly scalable asynchronous WebSocket listener
http://vtortola.github.io/WebSocketListener
81 stars 17 forks source link

Are both browser and non-browser clients supported? #43

Closed SameerRaina closed 5 years ago

SameerRaina commented 5 years ago

hi, this might be too basic a question, and if so, sorry for the trouble, but I wanted to know if WebSocketListener server works with both browser based and non-browser based clients(e.g. mobile games)? I know that depends on the port to be used but I wanted to be doubly sure. thanks, Sameer

deniszykov commented 5 years ago

Yes, it is designed by specification RFC 6455, so it could be used with any compatible client (almost any client).