[WIP!]
Trial to make UDP server with confirming of message delivery using Golang as server language, and Php as a client.
Create some kind of UDP layer based protocol:
- No TCP handshakes
- Guaranty of delivery
- Easy and lightweight
- Fast as possible
- Make php -> go communication
- Split data to packages on client side
- Join packages to data on server side
- Receive confirmation
- Timeouts
- ...
- UDP proxy for RabbitMQ