mirror of
https://github.com/leaningtech/cheerpj-meta.git
synced 2025-03-15 10:04:49 +01:00
8 lines
583 B
Markdown
8 lines
583 B
Markdown
|
# CheerpJ networking example: Server-Client communication
|
||
|
|
||
|
This example shows how to use CheerpJ to run two Java applications that communicate with each other.
|
||
|
|
||
|
Find the step-by-step tutorial on our [documentation website](https://labs.leaningtech.com/cheerpj3/examples/serverclient).
|
||
|
|
||
|
## Credits
|
||
|
The Java applications used in this networking tutorial belong to [TechVidvan](https://techvidvan.com/tutorials/). You can find their tutorial with the source code [here](https://techvidvan.com/tutorials/java-chat-application/). Some minor edits have been made to adapt to this tutorial.
|