Hacker News new | ask | show | jobs
by jshen 1590 days ago
Question for those of you who build features on web using things like SSE or web sockets, how do you build those features in native mobile apps?
1 comments

isn't that just an event dispatcher?
Huh? web sockets and SSE are part of the browser standards. When you build an ios or android app you aren't typically building against a browser. Do people typically build completely different solutions for ios and android compared to web?