njhlai / rustchat

A toy chat app in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rustchat

About

rustchat is a toy chat app with a Rust backend, as an exercise to understand how Rust works. Very heavily based on this article.

rustchat currently comes with a simple Next.js React frontend.

Requirements

Usage

To start the server, run:

cd core && cargo run

To start the Next.js React frontend, first install dependencies:

cd react && npm install

Then, run:

npm run start

Use any browser and navigate to https://localhost:3000/.

About

A toy chat app in Rust


Languages

Language:TypeScript 55.9%Language:Rust 36.4%Language:CSS 4.3%Language:JavaScript 3.4%