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

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

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
```