Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/AykutSarac/chatify
- Owner: AykutSarac
- License: mit
- Created: 2021-07-08T13:09:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T18:02:17.000Z (about 2 months ago)
- Last Synced: 2024-10-23T17:16:57.803Z (23 days ago)
- Topics: chat, fastify, vue
- Language: Vue
- Homepage:
- Size: 629 KB
- Stars: 103
- Watchers: 5
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.