Is it possible to use monaca for Socket communication?

Asked 2 years ago, Updated 2 years ago, 34 views

You will need to use the Monaca app to communicate with other devices.

Is it possible in the first place?

If possible,
Could you introduce me to a plug-in that can be built in?

monaca

2022-09-30 12:00

1 Answers

Basically, monaca uses WebView, so you don't need to use a native-based plug-in such as the cordova plug-in.

http://socket.io

If you can't create a node.js environment on the server, there seems to be a way to force it to happen within the constraints of the HTTP protocol.

http://codezine.jp/article/detail/7075


2022-09-30 12:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.