Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buzheng-work/chatservice
swift web service
https://github.com/buzheng-work/chatservice
chat chatroom swfit websocket
Last synced: about 2 months ago
JSON representation
swift web service
- Host: GitHub
- URL: https://github.com/buzheng-work/chatservice
- Owner: BuZheng-work
- Created: 2018-07-30T01:37:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T03:59:46.000Z (over 6 years ago)
- Last Synced: 2024-04-19T05:01:52.494Z (9 months ago)
- Topics: chat, chatroom, swfit, websocket
- Language: Swift
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Language](https://img.shields.io/badge/language-Swift%204-orange.svg)
](https://developer.apple.com/swift/)# ChatService
基于Perfect 框架编写的聊天服务。暂时没有集成数据库操作需要和下面应用使用
* [chat](https://github.com/JiMengfei/Chat.git)
## 编译
```bash
swift build
```
## 运行
```bash
./.build/debug/ChatService
```
终端输出 [INFO] Starting HTTP server 127.0.0.1 on :::1314 表示服务运行成功,也可以通过xcode启动。