https://github.com/tianlangstudio/chat
Chat developped with Rust and React
https://github.com/tianlangstudio/chat
actix-web chat javascript react rust webrtc websocket
Last synced: about 2 months ago
JSON representation
Chat developped with Rust and React
- Host: GitHub
- URL: https://github.com/tianlangstudio/chat
- Owner: TianLangStudio
- Created: 2023-05-16T11:25:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T12:25:38.000Z (over 2 years ago)
- Last Synced: 2025-04-01T05:48:05.873Z (about 1 year ago)
- Topics: actix-web, chat, javascript, react, rust, webrtc, websocket
- Language: JavaScript
- Homepage:
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat
A chat room developed with Rust, React, webrtc, websocket, actix-web and so on.

## How to Run
First, run the development server of front-end:
```bash
npm install
npm run dev
```
and then run the development server of back-end:
```bash
cd backend
cargo watch -w src -x run
# or without hot load
cargo run
```
open [https://127.0.0.1:8443/room/0001](https://127.0.0.1:8443/room/0001) in the browser
or [http://127.0.0.1:3000/room/0001](http://127.0.0.1:3000/room/0001)

Find me On [Upwork](https://www.upwork.com/signup/create-account/client_contact_freelancer?ciphertext=~017ecd3894e805207c&BYOC)
[Fusion Zhu](https://www.upwork.com/freelancers/huanqingzhu)