A simple chat application to play with websockets. Made with svelte frontend and rust/go switchable backends.
docker compose up
command).git clone https://github.com/MarkelCA/simple-chat
cd simple-chat
(From the root folder)
cp .env.example .env
Edit the .envs file with the desired parameters. You'll have to change the variables inside the <> chars. Don't change the already defined ones, like the VITE_SERVER_PORT
(From the root folder)
npm run dev
There's a script to run the backend server.
./start-server <go|rust>