Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
A basic Chat Project built with Vue.js, Node.js, and socket.io
- Host: GitHub
- URL: https://github.com/fazt/vuechat
- Owner: fazt
- Created: 2017-07-12T21:58:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T15:33:01.000Z (over 2 years ago)
- Last Synced: 2024-10-11T06:41:22.101Z (4 months ago)
- Topics: bootstrap3, chat, express, nodejs, project, socket-io, vue, vuejs, vuejs2
- Language: HTML
- Homepage:
- Size: 2.61 MB
- Stars: 27
- Watchers: 5
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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