Taming WebSocket with Scarlet

1 · Tinder · April 30, 2019, 9:45 p.m.
How we developed Scarlet, a declarative Kotlin library, to make WebSocket integration easier on Android.In mobile apps, the data layer is the source of truth for what to display on the screen. Maintaining it, however, became a headache when we integrated WebSocket APIs at Tinder earlier this year. To make WebSocket integration easier on Android, we developed Scarlet, a declarative Kotlin library.WebSocket is a powerful tool for building real-time applications such as chat, online multiplayer gam...