Host dart app in home hosting -



Host dart app in home hosting -

i have hosting in home i'm hosting website, can host dart application there? have install anything? thanks

to host dart application, thing need dart-sdk available here

after write dart application, run :

link_to_your_dart_dir/dart-sdk/bin/dart your_main.dart

be careful have run

pub get

in same directory pubspec.yaml.

it's pretty same python or ruby.

dart hosting

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -