Skip to content

Improve chat sample #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,10 @@ embeddedServer(CIO) {
}.start(true)
```

### More examples:
### More samples:

- [multiplatform-chat](examples/multiplatform-chat) - chat implementation with JVM server and JS/JVM client with shared classes and
- [multiplatform-chat](samples/chat) - chat implementation with JVM server and JS/JVM client with shared classes and
serializing data using [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization)
- [nodejs-tcp-transport](examples/nodejs-tcp-transport) - implementation of TCP transport for nodejs

## Reactive Streams Semantics

Expand Down
93 changes: 0 additions & 93 deletions examples/multiplatform-chat/build.gradle.kts

This file was deleted.

34 changes: 0 additions & 34 deletions examples/multiplatform-chat/src/clientJsMain/kotlin/App.kt

This file was deleted.

34 changes: 0 additions & 34 deletions examples/multiplatform-chat/src/clientJvmMain/kotlin/AppTCP.kt

This file was deleted.

34 changes: 0 additions & 34 deletions examples/multiplatform-chat/src/clientJvmMain/kotlin/AppWS.kt

This file was deleted.

55 changes: 0 additions & 55 deletions examples/multiplatform-chat/src/clientMain/kotlin/Api.kt

This file was deleted.

39 changes: 0 additions & 39 deletions examples/multiplatform-chat/src/clientMain/kotlin/ChatApi.kt

This file was deleted.

41 changes: 0 additions & 41 deletions examples/multiplatform-chat/src/clientMain/kotlin/MessageApi.kt

This file was deleted.

This file was deleted.

Loading