soywiz-archive / korge-samples

Korge Samples
55 stars 23 forks source link

New sample for WebSockets communication between a Ktor based server and a KorIO based client #48

Open ArtunSubasi opened 3 years ago

ArtunSubasi commented 3 years ago

As discussed in Discord I first created a sample using KorIO for both the WebSockets client and the server. Then I replaced the WebSockets server with Ktor, added a GUI as a showcase and a small README file with a description.

I thought a sample can come in handy since the KorIO WebSockets client API does not have a detailed description.