Skip to content

Commit

Permalink
docs: add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Dec 23, 2023
1 parent be614b5 commit dc3be8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Socket.IO chat platform

A basic chat platform based on [Socket.IO](https://socket.io/).
A basic chat platform based on [Socket.IO](https://socket.io/) with:

- channel-based messages:

![Screenshot of a public channel](./assets/channel_based_messages.png)

- and private messages:

![Screenshot of a private channel](./assets/private_messages.png)

Table of contents:

Expand Down
Binary file added assets/channel_based_messages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/private_messages.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 dc3be8f

Please sign in to comment.