How to organize mixed HTTP server + web client Dart project files?

后端 未结 3 610
别那么骄傲
别那么骄傲 2020-12-30 07:19

I\'m planning to create a pure Dart application where both the HTTP server and the web client side is written in Dart. Coming from Java and Eclipse the ultimate would be tha

3条回答
  •  一整个雨季
    2020-12-30 07:53

    This is work in progress:

    • prepare a Dart app for server-side deployment

    To improve the development experience you may use a symlink as a workaround so that you have the client files available in a directory of the server package.

    I suggest creating a feature request at http://www.dartbug.com/new for better support.

提交回复
热议问题