Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Dart 和 JSON 编写数据库。所以我的问题是: 当我想运行我的应用程序时,我是否必须在我的 PC 上运行一个真正的网络服务器?如果是,你会推荐什么样的程序,应该将它打包在虚拟机中? 提前致谢! 卡尔
Dart VM 可以在命令行上运行,并且它具有内置的 Web 服务器。你可以在 Linux、Mac 和 Windows 上运行 Dart VM。除非您提供更多细节,否则我无法进一步回答。