Chapter 4. Kivy Networking

Previously, we talked about trade-offs such as narrowing the application compatibility while aiming to broaden its feature set, for example, an Android-only application using the native API to do the heavy lifting. Now, let's explore the opposite extreme and build an app based on uncompromising, universally available functionality—networking.

In this chapter, we are going to build a Chat app, which is similar in concept to an Internet Relay Chat (IRC), but much simpler.

While certainly not a replacement for enterprise-scale behemoths like Skype, by the end of this chapter, our little app will support multi-user messaging over the Internet. This is sufficient for small and friendly groups of people.

Being friendly is actually ...

Get Kivy Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.