What points should I look first if I want to use Nim as a language for server-side IoT processing?
There are things which differ such use case: * soft real-time processing of huge amounts of short data messages (down to limits of the network infrastructure of cause) * the need for load distribution between two or more computing nodes hosted in virtual environments (the grid of cheapest VDS servers as a first sample) * DataFlow paradigm for data processing * stream/historic databases required for storing input and output messages indexed by timestamp, originator and receivers * pub/sub data transfer infrastructure
