isc30 / wasm-imasiengine

3 stars 0 forks source link

Networking #4

Open isc30 opened 5 years ago

isc30 commented 5 years ago

Before starting

If POCO is not an option, then

Rely on SDL2_NET with TCP and implement websocket entrypoint (or use websocketify) A nice wrapper can be used too https://github.com/mwthinker/Network

Interesting resources for SDL_net

isc30 commented 5 years ago

Update:

Next steps:

isc30 commented 5 years ago

This topic is also being discussed in Corrade repository as it maybe makes sense to create a simple socket abstraction there