m0bilesecurity / RMS-Runtime-Mobile-Security

Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
https://twitter.com/mobilesecurity_
GNU General Public License v3.0
2.58k stars 373 forks source link

Replacing werkzeug with eventlet or gevent to improve SocketIO performance #23

Closed m0bilesecurity closed 3 years ago

m0bilesecurity commented 4 years ago

By simply adding gevent and gevent-websocket (as described in this PR #16) the UI does not freeze anymore during socketIO but, at least on my mac, all the socket.emit calls have a delay of about 10 seconds.

With eventlet, SocketIO is not working.

Help is really appreciated, since I'm not familiar with these libraries 😉

m0bilesecurity commented 3 years ago

RMS is now powered by @nodeJS. All the issues with the web interface have been fixed with release 1.5.0 (#46).

More info here: https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security/releases/tag/1.5.0 Paolo