Swift: WebSocket Real-Time Data Introduction (2022, iOS, Xcode 13)

preview_player
Показать описание
In this video we will take a look at WebSockets in Swift & iOS. A type of url streaming session that lets us get real time data, webSockets can be used to build real time applications like Robinhood or others.

** Popular Series

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:

#swift #websockets #urlSessino
Рекомендации по теме
Комментарии
Автор

Congratulations on 42K, waiting for 50K celebrations and new videos as always :)

TechRagh
Автор

Congrats! You've made it to 112k subs!!! 🥳Awesome tut btw!! Love WS, I wanna see more.

divsyntax
Автор

omg i'm so glad i found this video, thank you.
this video is so timely for me right now because at work I'm working on building a social media app with chatting capabilities using websockets. i'm the only ios developer here in the company, and i'm still a mid level ios developer that didn't even know about websockets before now; so i definitely would appreciate more websocket videos

folahanmikolawole
Автор

It would be a pleasure to a see more please!

obinnaaguwa
Автор

Whenever I see iOS Academy name writte below the video no google search, I leave everything and quickly tap on that. Thanks for creating the greate stuff.

aafaqahmed
Автор

I’m waiting for a video with Clean Architecture (VIP/MVVM, Clean Swift) for iOS.

rev_kous
Автор

Nice walkthrough...thanks.

In case the websocket server requires some parameters, how do we pass them?
For example, an authorization token.

waheedafolabi
Автор

Thanks for demo on how to use websocket on iOS app. Just one question about the demo. You said calling ping function for keep alive purpose. But why you only calling it in the didOpenWithProtocol delegate once only? the ping function are needed to call more oftenly? like once per minute etc?

terrywong
Автор

Hi! Great video! I have a question though. Where does the "let message" come from, i.e. where does the "message" come from? It is not listed anywhere in the in parameters....

despode
Автор

Please make video on mvvm along with alamofire, swifty json with repository design pattern please

codechamp
Автор

wow great i was never aware that we can achieve this with URLSession

gofudgeyourselves
Автор

This example was great in Storyboard format... Do you have example using SWIFTUI? I imagine it is similar - but different..

phasemediallc
Автор

Great video.

Can you explain how the recursive send function will ever reach the sending part since we are calling send() just before it ?

dhav
Автор

hello,could you please make a video to teach how to build an ios app with aws rather than firebase,because in China,the firebase services are all blocked. I would really appreciate that

homlerb
Автор

How can I make a program with socket and swift that allows the user to reserve seats for an airplane? It's a project from the university. I need help.

rommelreyes
Автор

More VIPER, CLEAN ARCHITECTURE, SWINJECT, SOLID, CUSTOM ANIMATIONS, TRANSITIONS, PUSH NOTIFICATION EXTENSIONS, AR, NFC, ASSOCIATED DOMAINS, DEEP LINKING, DYNAMIC LINKING, AUTOMATIC CALL RECEIVE

eldarkk
Автор

Do you have any course use Storyboard?

hungpham-qbch
Автор

Hi friend, is it possible to connect to websocket when app is killed?

duyliem
Автор

Hello, how can get "wss" protocol?

mohammadolwan
Автор

This is some good stuff! Unfortunately I'm late to the IOS dev game, so I have only learned Swift with SwiftUI. I might be in a minority asking this, but it looks like you are looking to do websockets again in the future, could you tackle it from the SwiftUI side? And/Or (this might be a stretch but) using the Combine framework? Like is that even possible? Thanks all the questions you've answered and now questions you let me ask

JeffreyLarsen