https://github.com/swiftdo/donet
swift http web framework
https://github.com/swiftdo/donet
Last synced: 3 months ago
JSON representation
swift http web framework
- Host: GitHub
- URL: https://github.com/swiftdo/donet
- Owner: swiftdo
- Created: 2020-11-02T06:44:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T01:40:35.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T23:59:59.835Z (over 1 year ago)
- Language: Swift
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DonetSite
SwiftNIO 之上的 Express
## 帮助命令
杀死指定端口的进程
```shell
lsof -i:端口
kill -9 进程ID
```
## 参考:
[A µTutorial on SwiftNIO 2](http://www.alwaysrightinstitute.com/microexpress-nio2/)