senyor-seymour-butts / SemanticP2P

0 stars 0 forks source link

Mobile Support #11

Open senyor-seymour-butts opened 8 years ago

senyor-seymour-butts commented 8 years ago

This project is currently being developed in NodeJS. There does not seem to be any support for NodeJS for mobile OS's. This leaves me with a few options:

1). Port Node to mobile devices (if it hasn't been done yet) 2). Create native solutions for each platform (this will involve a lot of rewriting) 3). Use Mobile Chrome Apps which seems to have Socket support.

3 might be the easiest option. I may only need to rewrite a portion of the code which deals with accepting connections, but I'm not sure yet.

Mobile Chrome Apps: https://github.com/MobileChromeApps/mobile-chrome-apps/blob/master/docs/APIsAndLibraries.md