U
U
uSide2015-07-19 20:21:35
Android
uSide, 2015-07-19 20:21:35

NodeJS websockets on android?

There is a node.js server where communications are implemented using socket.io.
What pitfalls can I face when developing an application for android? (Are there any normal libraries, etc.)
And if there are problems, what are the replacements for socket.io ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur Shemsedinov, 2015-07-19
@uSide

There will be no problems during development, they will arise when scaling beyond the limits of one server. If you don’t plan very large loads, then don’t worry and write at random. On mobile platforms: socket.io/docs/faq Scaling within a single server: socket.io/docs/using-multiple-nodes Scaling beyond a single server: you need to connect processes through the event bus ZeroMQ, Redis, RabbitMQ, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question