Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryogrid authored May 1, 2024
1 parent 6dc10c9 commit c221faf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,15 @@ Flags:
- [x] Reply
- [x] Quote Repost
- [x] Repost
- [x] Server Side Signature Validation
- [x] Server Side Signature Validation
- [x] Restriction of Memory Usage on Server
- [x] Data persistence with embedded DB
- [ ] Follower Multicast Mode
- In this mode, posted messages are not broadcasted and server of follower should register to followee's server
- If broadcasting design reaches limit of scalability, this mode will be activated
- [ ] Optimization of Transfered Data Size between Servers
- Changing serialization format from MessagePack to Protocol Buffers
- [ ] Restriction of Memory Usage on Server

- [ ] Optimization of Data Size between Client and Server
- Changing serialization format from JSON Text to Protocol Buffers
- Format conversion must be needed both side

0 comments on commit c221faf

Please sign in to comment.