Skip to content

Commit df54310

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

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Table of Contents
22

33
- [Asynchronous Chat System](#asynchronous-chat-system)
4-
- [Overview](#overview)
4+
- [Demo](#demo)
5+
- [Overview](#overview)
56
- [Server Architecture](#server-architecture)
67
- [Client Features](#client-features)
7-
- [Demo](#demo)
88
- [Running Server and Client](#running-server-and-client)
99
- [Configurations](#configurations)
1010
- [Running Tests](#running-tests)
@@ -14,9 +14,22 @@
1414
- [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)
1515
- [Domain Driven Terminology](#domain-driven-terminology)
1616

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

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

2134
A high-performance asynchronous chat system consisting of a server and CLI client implementation, designed for maximum
2235
throughput and concurrency.
@@ -46,10 +59,6 @@ Provides an interactive command prompt supporting:
4659
- send <MSG> for message broadcasting
4760
- leave for graceful disconnection
4861

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

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

demo/Weather-Standup-thumbnail.png

155 KB
Loading

0 commit comments

Comments
 (0)