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

https://github.com/tzc1234/chattingserver

1 on 1 chatting server side using Vapor.
https://github.com/tzc1234/chattingserver

swift-server vapor-swift

Last synced: about 1 year ago
JSON representation

1 on 1 chatting server side using Vapor.

Awesome Lists containing this project

README

          

# 1 on 1 Chatting Server side
### Curious how Swift works on server side🤔, also, I would like to learn about webSocket. So I started this project, using [Vapor](https://docs.vapor.codes/).

Before running this project, you have to set the [working directory](https://docs.vapor.codes/getting-started/xcode/?h=working#custom-working-directory) for Xcode, and a `.env` file contains
`JWT_SECRET_KEY` is required for access token generation.

```
JWT_SECRET_KEY=[YOUR SECRET KEY]
```