Skip to content

Commit

Permalink
added screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mpw committed Mar 3, 2017
1 parent f98e8fc commit 0e13085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Super simplistic network chat application demonstrating the use of ObjectFlow in

It is a simple chat client that talks to a local server on port 9001. (You need to start this manually via `nc -l 9001` in Terminal window).

![](flowchat-screen.png)


Anything typed into the input textfield gets echoed to the chat log and sent to the socket, and any input received from the socket is also echoed to the chat log.

![](FlowChat/flowchat-diagram.png)
Expand Down
Binary file added flowchat-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e13085

Please sign in to comment.