shelf-dart:使用机架软件包构建的Web服务器

时间:2024-04-27 06:42:19
【文件属性】:

文件名称:shelf-dart:使用机架软件包构建的Web服务器

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-27 06:42:19

Dart

要求 使用制作一个网络服务器。 渲染HTML模板。 将Dart转换为JS以在客户端使用。 处理REST请求。 从磁盘提供文件。 设置服务器 下载并安装 。 在本地克隆存储库$ git clone https://github.com/Diaga/shelf-dart.git 设定环境$ pub get $ npm i -g nodemon 通过nodemon运行服务器以监视源文件中的更改并自动重新启动服务器$ nodemon 如果不需要监视更改,请使用以下命令运行服务器 $ dart run 执照 根据Stagehand在BSD样式下提供的模板创建。


【文件预览】:
shelf-dart-master
----.gitignore(173B)
----pubspec.yaml(268B)
----bin()
--------shelf_dart.dart(554B)
----LICENSE(1KB)
----CHANGELOG.md(50B)
----.github()
--------workflows()
----README.md(1014B)
----lib()
--------settings.dart(48B)
----nodemon.json(219B)
----pubspec.lock(2KB)
----analysis_options.yaml(434B)

网友评论