ylliX - Online Advertising Network

HTML over the wire

You can write fast, modern, responsive web applications by generating your HTML on the server, and delivering that (with a little help) directly to the browser. You don’t need JSON as an in-between format. You don’t need client-side MVC frameworks. You don’t need complicated bundling and transpiling pipelines. But you do need to think different. […]

Wire Support For Swift, Part 1

Posted by Eric Firestone and Jake Wharton on August 19, 2020 We’re excited to announce support for Swift in Wire. Wire already supports compiling your protocol buffer files into Java and Kotlin, and today Swift joins that family. Protocol buffers are a powerful and efficient way to transfer data between devices. The format was created by […]