svchat/README.md

13 lines
404 B
Markdown

# SVChat
A simple chat app built with SvelteKit and Apache Cassandra
## Techstack
![Techstack](https://go-skill-icons.vercel.app/api/icons?i=cassandra,socketio,sqlite,svelte,tailwindcss,ts)
- Cassandra and SQLite for storing messages and user data respectively
- SvelteKit and TypeScript for backend
- TailwindCSS and ShadCN Svelte for frontend
- SocketIO for communication between connected clients