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

php - Android app custom user registration and login with cookie using facebook sdk -

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -