Skip to content

A simple real-time chat application built with SpacetimeDB, featuring a React frontend and Rust backend.

Notifications You must be signed in to change notification settings

amaralkaff/quickstart-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

                                                                    ⣠⡞⠁                        
                                      ⣀⣀⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣀⣀⣀⣀⣀⣀⣀⣤⣤⡴⠒    ⢀⣠⡾⠋                       
                                 ⢀⣤⣶⣾88888888888888888888⠿⠋    ⢀⣴8⡟⠁                           
                              ⢀⣤⣾88888⡿⠿⠛⠛⠛⠛⠛⠛⠛⠛⠻⠿88888⠟⠁    ⣠⣾88⡟                           
                            ⢀⣴88888⠟⠋⠁ ⣀⣤⠤⠶⠶⠶⠶⠶⠤⣤⣀ ⠉⠉⠉    ⢀⣴⣾888⡟                            
                           ⣠88888⠋  ⣠⠶⠋⠉         ⠉⠙⠶⣄   ⢀⣴888888⠃                              
                          ⣰8888⡟⠁ ⣰⠟⠁               ⠈⠻⣆ ⠈⢿888888                               
                         ⢠8888⡟  ⡼⠁                   ⠈⢧ ⠈⢿8888⡿                               
                         ⣼8888⠁ ⢸⠇                     ⠸⡇ ⠘8888⣷                               
                         88888  8                       8  88888                               
                         ⢿8888⡄ ⢸⡆                     ⢰⡇ ⢀8888⡟                               
                         ⣾8888⣷⡀ ⢳⡀                   ⢀⡞  ⣼8888⠃                               
                         888888⣷⡀ ⠹⣦⡀               ⢀⣴⠏ ⢀⣼8888⠏                                
                        ⢠888888⠟⠁   ⠙⠶⣄⣀         ⣀⣠⠶⠋  ⣠88888⠋                                 
                        ⣼888⡿⠟⠁    ⣀⣀⣀ ⠉⠛⠒⠶⠶⠶⠶⠶⠒⠛⠉ ⢀⣠⣴88888⠟⠁                                  
                       ⣼88⡿⠋    ⢀⣴88888⣶⣦⣤⣤⣤⣤⣤⣤⣤⣤⣶⣾88888⡿⠛⠁                                    
                     ⢀⣼8⠟⠁    ⣠⣶88888888888888888888⡿⠿⠛⠁                                       
                    ⣠⡾⠋⠁    ⠤⠞⠛⠛⠉⠉⠉⠉⠉⠉⠉⠛⠛⠛⠛⠛⠛⠛⠛⠛⠛⠉⠉                                            
                  ⢀⡼⠋                                                                          
                ⢀⠔⠁                                                                            
                                                                                               
              "I just follow quickstart and actually it's working"

A simple real-time chat application built with SpacetimeDB, featuring a React frontend and Rust backend. This project follows the official quickstart and I just learn something new and 15x faster than postgres :D

Quick Setup

Prerequisites

  • Node.js
  • pnpm
  • Rust
  • SpacetimeDB CLI (spacetime)

Start Server

cd server
cargo build --release
spacetime project new quickstart-chat
spacetime publish

Start Client

cd client
pnpm install
pnpm dev

Visit http://localhost:5173 in your browser.

Links

About

A simple real-time chat application built with SpacetimeDB, featuring a React frontend and Rust backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published