Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fazt/vuechat

A basic Chat Project built with Vue.js, Node.js, and socket.io
https://github.com/fazt/vuechat

bootstrap3 chat express nodejs project socket-io vue vuejs vuejs2

Last synced: 3 days ago
JSON representation

A basic Chat Project built with Vue.js, Node.js, and socket.io

Awesome Lists containing this project

README

        

## ChatVue

this is a web application using Websocket with VUe

![](docs/Screenshot-v0.0.1.png)

## Tutorial

-[Youtube Channel](https://www.youtube.com/channel/UCX9NJ471o7Wie1DQe94RVIg)

## Backend Tools

- Node.js
- Express
- Socket.io
- npm
- Babel

## FrontEnd Tools

- Vue.js
- Font Awesome
- Bootstrap5
- [Bootswatch](https://bootswatch.com/)
- [uiGradients](https://uigradients.com)
- Placeholder Images
- [LoremPixel](http://lorempixel.com/)
- [Placeholder](https://placeholder.com/)
- [Moment.js](https://momentjs.com/)

## What is Next?

- use a real avatar image
- save messages on a database
- multiple chat rooms
- private messages
- emojis
- add SQL ORM (Sequelize maybe)
- add docker