2
jdmkaan
8y

I want to code this application idea that I have but want it to be cross-platform in the end. Is javascript html css the way to go?

Comments
  • 0
    By cross-platform do you mean web, mobile app and desktop?
  • 0
    @beningreenjam web and mobile
  • 1
    Maybe React.js and React Native then. I haven't really experimented with it myself yet as not had the opportunity to or need to. Although the concept seems like it'd be ideal for your purpose and great community support available.
  • 2
    There's this new thing called simplus.io it converts html css js into native app no webview. works on ios and android.
  • 0
  • 0
    Kivi maybe, it's python based
  • 1
    That question seriously doesn't make any sense?
  • 1
    Meteor is a good option
  • 0
    Or just build the web app however the hell you usually build a web app and then write an API for the web app... which will be pretty simple if you wrote your services correctly... then simply write the mobile app to call the web services api.
Add Comment