Vue Feathers Chat Save

A sample realtime chat made with Vue and Feathers.

Project README

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.

Open Source Agenda is not affiliated with "Vue Feathers Chat" Project. README Source: ErickPetru/vue-feathers-chat
Stars
50
Open Issues
4
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating