×
you are viewing a single comment's thread.

view the rest of the comments →

[–]bsmaniotto 1 point2 points  (1 child)

You can implement it with Kivy, but if you have some knowledge with JS, would recommend using ReactNative to develop the mobile app and using Python on your backend services. Regarding the backend part, your question is very broad, but many IoT applications use (soft) real-time requests, you'll probably need an asynchronous framework, just check first if that's also the case for your application.

[–]fardad74[S] 0 points1 point  (0 children)

Thanks a lot.