From d3abe01f60ee689364307273222e26b16f5337a3 Mon Sep 17 00:00:00 2001 From: Soubhi Hadri Date: Sat, 17 Feb 2018 22:11:00 -0600 Subject: [PATCH] Update README.md added Streaming section and webrtc library --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b78c0c4..7bb79ed 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A curated list of awesome Swift frameworks, libraries and software. Inspired by - [Events](#events) - [Queue](#queue) - [HTTP](#http) + - [STREAMING](#streaming) - [Caching](#caching) - [Security](#security) - [Logging](#logging) @@ -143,6 +144,11 @@ A curated list of awesome Swift frameworks, libraries and software. Inspired by * [Swifter](https://github.com/glock45/swifter) - an HTTP server engine in Swift. * [Kingfisher](https://github.com/onevcat/Kingfisher) - A lightweight and pure Swift implemented library for downloading and caching image from the web. +## STREAMING +*Swift libraries for Real-Time Communications .* + +* [WebRTC](https://github.com/ISBX/apprtc-ios) - is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. + ## Caching *Libraries for caching.*