A sample realtime chat made with Vue and Feathers
This project is a sample public chat, visually almost like a WhatsApp clone, which uses Vue for the frontend and Feathers for the backend. The communication between server and client happens with Socket.IO. The messages are saved in JSON format with the NeDB database, a lightweight MongoDB inspired database, simple and good for small samples and prototyping.
Be up and running with four easy steps.
-
Download this repository wherever you want
-
Open the terminal (or prompt on Windows) and install the dependencies
cd path/to/vue-feathers-chat npm install
-
Put the app to run on
http://localhost:3030/
:npm start
For bug reports or even questions, fill up an Issue.
1.0.0
- Initial release
Copyright (c) 2017
Licensed under the MIT license.