badoo / MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel), inspired by Badoo MVICore library
https://arkivanov.github.io/MVIKotlin
Apache License 2.0
825 stars 66 forks source link

TimeTravelServer for web #309

Open arkivanov opened 2 years ago

arkivanov commented 2 years ago

We need to investigate possibility of implementing the TimeTravelServer for web/JS. Currently it is available for JVM/Android and Darwin/Apple. Would be good to add web support as well.

arkivanov commented 2 years ago

It looks like not possible to open a TCP server on a web page. Maybe we can write a Chrome extension for that?