|
|
|
|
|
by nitrogen
4174 days ago
|
|
If it's okay to lose an update or two every now and then, you can send individual UDP packets with something like JSON or MessagePack in them. Otherwise use a raw TCP socket. No need for a framework and HTTP just to communicate. For bigger systems, RabbitMQ is pretty nice. |
|