DEV Community

Discussion on: Kotlin DSL: From Theory to Practice

Collapse
 
eddy_wm profile image
Eddy WM

Great article !

Kotlin is really a great tool for developers.

I am currently implementing a P2P protocol over TCP using Kotlin with all its concurrency utilities, everything is flowing smoothly.

Collapse
 
ivanosipov profile image
Ivan Osipov

Thanks. Do you use coroutines?