The Wayback Machine - https://web.archive.org/web/20201209012112/https://github.com/ErickPetru/vue-feathers-chat
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

About

A sample realtime chat made with Vue and Feathers.

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.