|
|
|
|
|
by ensiferum
1536 days ago
|
|
But you can already do this with DLLs or with SOs files. You can keep your network logic for example inside another module (perhaps the host app) and then load the logic that acts on the received data as a dll. Process separation and IPC natively using a library such as Qt is literally a few hundred lines of code. |
|