All Projects → ErickPetru → vue-feathers-chat

ErickPetru / vue-feathers-chat

Licence: MIT license
A sample realtime chat made with Vue and Feathers.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-feathers-chat

Regina
Real-time MongoDB's database server using Socket.IO
Stars: ✭ 19 (-62%)
Mutual labels:  socket-io
Client
TRPG即时IM通讯软件客户端,基于React 与 React Native + Redux技术
Stars: ✭ 118 (+136%)
Mutual labels:  socket-io
Asher.Ai
Welcome to the API side of Asher, where all the language processing happens.
Stars: ✭ 20 (-60%)
Mutual labels:  socket-io
swoole-laravel-chat
Simple stateless chat board [Swoole + SocketIO + Laravel]
Stars: ✭ 16 (-68%)
Mutual labels:  socket-io
socialApp-MERN
Social Networking web app similar to Instagram.
Stars: ✭ 35 (-30%)
Mutual labels:  socket-io
2019-21
🙋‍♀️ 🙋‍♂️ 바글바글(Vaagle): 실시간 질의응답 및 투표 공유 서비스
Stars: ✭ 38 (-24%)
Mutual labels:  socket-io
pdfdraw
Nextcloud app to annotate PDF documents
Stars: ✭ 32 (-36%)
Mutual labels:  socket-io
fifa
React + Node.js + socket.io -- A turn-based multiplayer game-client based on FIFA
Stars: ✭ 26 (-48%)
Mutual labels:  socket-io
ts-phaser-bomb-game
Bomberman clone using websockets and phaser 3
Stars: ✭ 18 (-64%)
Mutual labels:  socket-io
redux-crud-example
Basic crud react-redux-featherjs app for managing contacts
Stars: ✭ 54 (+8%)
Mutual labels:  feathersjs
angular-chat
Angular v.9, Node.js, Nest.js v.6, Mongoose, Socket.io, Passport, Angular Universal SSR (in progress...)
Stars: ✭ 35 (-30%)
Mutual labels:  socket-io
darkwire-client
Encrypted web socket chat - Darkwire.io client
Stars: ✭ 23 (-54%)
Mutual labels:  socket-io
feathers-versionate
Create and work with nested services.
Stars: ✭ 29 (-42%)
Mutual labels:  feathersjs
SAVY
SAVY Player provides service to watch local videos with in a synchronized way.
Stars: ✭ 15 (-70%)
Mutual labels:  socket-io
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (+58%)
Mutual labels:  socket-io
socket.io-redis-adapter
Adapter to enable broadcasting of events to multiple separate socket.io server nodes.
Stars: ✭ 2,598 (+5096%)
Mutual labels:  socket-io
fridaybot
Slack bot for https://spb-frontend.slack.com
Stars: ✭ 29 (-42%)
Mutual labels:  socket-io
EduSmart
It utilizes 3D, Augmented reality to give real-life simulations or feels of various models and make the learning process more impactful and fascinating. With an interactive live feature, students can ask the teacher their doubts instantly and also discuss.
Stars: ✭ 23 (-54%)
Mutual labels:  socket-io
feathers-findone
Adds a .findOne() method to services in Feathers.js
Stars: ✭ 14 (-72%)
Mutual labels:  feathersjs
vue3-chat
2021👨‍🎓Vue2/3全家桶 + Koa+Socket+Vant3前后端分离移动端聊天应用。vue+node全栈入门项目
Stars: ✭ 46 (-8%)
Mutual labels:  socket-io

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].