|
|
|
|
|
by a13n
3655 days ago
|
|
If you don't need a server then React Native should basically be your entire stack. :) Since you do probably need a server, I don't have an incredibly educated answer for you but I use Node + Mongo on AWS because it's cheap, easy, entirely JS, and seems like it'll scale reasonably well (to some point). |
|