Skip to content

Wuvist/dartmesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dartmesh

mini POC to show:

  • calling dart function from JS
  • dart perform async HTTP request
  • js code use await to obtain result

index.js is generated from main.dart:

dart2js -o index.js main.dart

run

Host root folder in http, like:

python3 -m http.server

Visit in browser: http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published