This commit is contained in:
Chris kerr 2024-07-19 19:06:38 -04:00
parent 4a92b0ad25
commit 8369e25c17

View File

@ -8,7 +8,7 @@ GRAIN is an open-source Nostr relay implementation written in Go. This project a
- **NIP-01 Protocol Support**: GRAIN fully supports the NIP-01 protocol for WebSocket communication. - **NIP-01 Protocol Support**: GRAIN fully supports the NIP-01 protocol for WebSocket communication.
- **Event Processing**: Handles events of kind 0 (user metadata) and kind 1 (text note). - **Event Processing**: Handles events of kind 0 (user metadata) and kind 1 (text note).
- **MongoDB Storage**: Utilizes MongoDB to store and manage events efficiently. - **MongoDB 🍃**: Utilizes MongoDB to store and manage events efficiently.
- **Scalability**: Built with Go, ensuring high performance and scalability. - **Scalability**: Built with Go, ensuring high performance and scalability.
- **Open Source**: Licensed under the MIT License, making it free to use and modify. - **Open Source**: Licensed under the MIT License, making it free to use and modify.