Skip to content

Commit 2e7c30c

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

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
## Asynchronous Chat System
2+
3+
[![CI Pipeline](https://github.com/rsachdeva/simple-chat/actions/workflows/rust.yml/badge.svg)](https://github.com/rsachdeva/simple-chat/actions/workflows/rust.yml)
4+
15
## Table of Contents
26

3-
- [Asynchronous Chat System](#asynchronous-chat-system)
4-
- [Overview](#overview)
7+
- [Demo](#demo)
8+
- [Overview](#overview)
59
- [Server Architecture](#server-architecture)
610
- [Client Features](#client-features)
7-
- [Demo](#demo)
811
- [Running Server and Client](#running-server-and-client)
912
- [Configurations](#configurations)
1013
- [Running Tests](#running-tests)
@@ -14,9 +17,20 @@
1417
- [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)
1518
- [Domain Driven Terminology](#domain-driven-terminology)
1619

17-
### Asynchronous Chat System
20+
### Demo
21+
22+
Options to view the demo:
23+
24+
1. **Watch in Browser**: You can watch the video online.
1825

19-
#### Overview
26+
- [![Demo with Weather-Standup](demo/Weather-Standup-thumbnail.png)](https://vimeo.com/1042383973)
27+
28+
29+
2. **Download the Video**: You can download the video directly to your device.
30+
31+
- [Download Demo with Weather-Standup](demo/Weather-Standup.mp4)
32+
33+
### Overview
2034

2135
A high-performance asynchronous chat system consisting of a server and CLI client implementation, designed for maximum
2236
throughput and concurrency.
@@ -46,10 +60,6 @@ Provides an interactive command prompt supporting:
4660
- send <MSG> for message broadcasting
4761
- leave for graceful disconnection
4862

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

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

demo/Weather-Standup-thumbnail.png

155 KB
Loading

0 commit comments

Comments
 (0)