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.
- Host: GitHub
- URL: https://github.com/tzc1234/chattingserver
- Owner: tzc1234
- Created: 2024-11-26T21:28:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T08:30:07.000Z (over 1 year ago)
- Last Synced: 2025-02-22T09:38:51.431Z (over 1 year ago)
- Topics: swift-server, vapor-swift
- Language: Swift
- Homepage:
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```