Skip to content

Commit 86e31ee

Browse files
committed
Add in browser option to view the chat in action
1 parent 77164e0 commit 86e31ee

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
## Asynchronous Chat System
2+
13
## Table of Contents
24

3-
- [Asynchronous Chat System](#asynchronous-chat-system)
4-
- [Overview](#overview)
5+
- [Demo](#demo)
6+
- [Overview](#overview)
57
- [Server Architecture](#server-architecture)
68
- [Client Features](#client-features)
7-
- [Demo](#demo)
89
- [Running Server and Client](#running-server-and-client)
910
- [Configurations](#configurations)
1011
- [Running Tests](#running-tests)
@@ -14,9 +15,20 @@
1415
- [Summary of the Responsibilities for crate chatty-types and chatty-tcp in Workspace](#summary-of-the-responsibilities-for-crate-chatty-types-and-chatty-tcp-in-workspace)
1516
- [Domain Driven Terminology](#domain-driven-terminology)
1617

17-
### Asynchronous Chat System
18+
### Demo
19+
20+
Options to view the demo:
21+
22+
1. **Watch in Browser**: You can watch the video online.
23+
24+
- [![Demo with Weather-Standup](demo/Weather-Standup-thumbnail.png)](https://vimeo.com/1042383973)
1825

19-
#### Overview
26+
27+
2. **Download the Video**: You can download the video directly to your device.
28+
29+
- [Download Demo with Weather-Standup](demo/Weather-Standup.mp4)
30+
31+
### Overview
2032

2133
A high-performance asynchronous chat system consisting of a server and CLI client implementation, designed for maximum
2234
throughput and concurrency.
@@ -46,10 +58,6 @@ Provides an interactive command prompt supporting:
4658
- send <MSG> for message broadcasting
4759
- leave for graceful disconnection
4860

49-
### Demo
50-
51-
[Demo with Weather-Standup](demo/Weather-Standup.mp4)
52-
5361
### Running Server and Client
5462

5563
To run the server and client, use the following commands:

demo/Weather-Standup-thumbnail.png

155 KB
Loading

0 commit comments

Comments
 (0)