'How can I manage socket.io events on c++ server?

First, my first language is not English so I'm writing this question using translator.

I need to create a server using c++ to communicate with client files using socket.io.

However, I am not sure how to categorize and handle the event names sent by socket.io.

How can I solve this problem?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source