Reputation: 31
This is a newbie question, I have not read any dart doc, I just saw the video from Google I/O 2013. My company has webapp using Linux apache mysql php. Say,my aim is to change it using dart vm, but slowly. Maybe I'll write dart, convert it to javascript. My questions: 1. can I replace the php part with dart (convert to js) while still using LAMP ? 2. if the dart vm already installed in a VPS, can client access it using other browsers beside chrome?
Hope this is the right place to ask the question. Thank you
Upvotes: 0
Views: 79
Reputation: 42383
dart2js
(via pub build
) and this will work with all modern browsers.Upvotes: 1