16 lines
735 B
Markdown
16 lines
735 B
Markdown
# SVChat
|
|
|
|
A simple chat app built with SvelteKit and Apache Cassandra<br>
|
|
|
|
[](https://github.com/arithefirst/sv-chat/actions/workflows/prettier.yml)
|
|
[](https://github.com/arithefirst/sv-chat/actions/workflows/eslint.yml)
|
|
|
|
## Techstack
|
|
|
|

|
|
|
|
- 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
|