Freddie: Elixir Socket Framework
Freddie is a socket framework for Elixir.
1. Features
- Use non blocking socket IO to communicate with clients
- Can optionally encrypt the message
- Create fault-tolerance applications based on Erlang OTP
- Ship Protobuf as default message serialization library
2. Todo
- Provides Reliable UDP communication(Guarantee the latest order or Guaranteed both sequence and retransmission)
- Optimize network code
- Divide transmission into reliable and unreliable