Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AykutSarac/chatify

💬 Realtime Chat application made with Vue 3, Fastify and WebSocket.
https://github.com/AykutSarac/chatify

chat fastify vue

Last synced: 21 days ago
JSON representation

💬 Realtime Chat application made with Vue 3, Fastify and WebSocket.

Awesome Lists containing this project

README

        


💬 Chatify


Full stack Realtime Chat Application made with Vue 3, Fastify and WebSocket.

## Preview

![preview](https://i.ibb.co/dKYyfHM/preview.png)

**Frontend Stack:**

- Vue 3 & Composition API

- Bootstrap

- Vite

**Backend Stack:**

- Fastify

- JSON-Server

- WebSocket

## Installation

```bash
// Install the required packages
npm install

// Run json-server/fastify & vue client
npm start

>> Chatify running at http://localhost:3000
```

## Author

- Aykut Sarac

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [`LICENSE`](LICENSE) file for details.