dane-johnson / catchme-ui

UI Frontend for Catch@Me
MIT License
0 stars 0 forks source link

Pro-con switch to native #17

Open dane-johnson opened 7 years ago

dane-johnson commented 7 years ago

Since this will be a mobile-based game, it might be a good idea to switch to a native app.

dane-johnson commented 7 years ago

:+1: Access to native sockets, so we could bypass http.

dane-johnson commented 7 years ago

:+1: Likely faster

dane-johnson commented 7 years ago

:-1: Have to integrate with native socket API, which I don't know how to do and is likely different across devices.

dane-johnson commented 7 years ago

:-1: Would involve non-guarantee-delivery UDP, which I don't know how to work with.

dane-johnson commented 7 years ago

:+1: Don't need to write the server in JS, which is always a plus.

dane-johnson commented 7 years ago

Ugh. Definitely not resolved.