Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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启动。