Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.19 KB

vue-feathers-chat

A sample realtime chat made with Vue and Feathers

About

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.

Quick Start

Be up and running with four easy steps.

  1. Download this repository wherever you want

  2. Ensure NodeJS and npm are installed

  3. Open the terminal (or prompt on Windows) and install the dependencies

    cd path/to/vue-feathers-chat
    npm install
    
  4. Put the app to run on http://localhost:3030/:

    npm start
    

Help

For bug reports or even questions, fill up an Issue.

Changelog

1.0.0

  • Initial release

License

Copyright (c) 2017

Licensed under the MIT license.