Jaguar-dart / jaguar

Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
http://jaguar-dart.github.io
463 stars 34 forks source link

Sorry for desktop distribution #125

Open ghost opened 5 years ago

ghost commented 5 years ago

Dart and jaguer looks nice but I still don't know how to lock down the code and distribute it.

I would have thought AOT would be possible especially since flutter is AOT and JIT

Here is latest speculation I could find

https://github.com/dart-lang/sdk/issues/34343

Can anyone offer help in how to distribute with dart ? At the moment I assume the VM is needed Any nice s riots out there to help with bundling the VM with your snapshot into an easy deployable for desktops ?

tejainece commented 5 years ago

Did you try snapshot-ing?

I am working on a distribution (packaging) and deployment (docker image) solution.

tejainece commented 5 years ago

Snapshot + AppImage seems to be the best option for Linux distribution.