https://github.com/forfd8960/chat
rust axum project: chat
https://github.com/forfd8960/chat
Last synced: 2 months ago
JSON representation
rust axum project: chat
- Host: GitHub
- URL: https://github.com/forfd8960/chat
- Owner: forfd8960
- Created: 2024-07-02T01:45:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:52:01.000Z (7 months ago)
- Last Synced: 2024-10-30T04:00:55.569Z (7 months ago)
- Language: Rust
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Rust Axum -> Chat
## Gen key
```sh
openssl genpkey -algorithm ed25519 -out private.pem
```## Gen public key
```sh
openssl pkey -in private.pem -pubout -out public.pem
```