I know it's OT a bit, but if I were you, I would not write server in C++. SFML/Network is great for p2p connections and clients, but C++ itself doesn't really fit server role. If you know JS, node.js is great to write such applications as it scales well and has simillar syntax.