https://github.com/kockarevicivan/private-chat
Stateless private chat, written in ExpressJS + VueJS.
https://github.com/kockarevicivan/private-chat
chat expressjs private socket vuejs
Last synced: about 1 month ago
JSON representation
Stateless private chat, written in ExpressJS + VueJS.
- Host: GitHub
- URL: https://github.com/kockarevicivan/private-chat
- Owner: kockarevicivan
- License: mit
- Created: 2020-03-25T01:50:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T08:24:52.000Z (about 2 years ago)
- Last Synced: 2025-02-01T20:46:27.353Z (3 months ago)
- Topics: chat, expressjs, private, socket, vuejs
- Language: JavaScript
- Homepage:
- Size: 2.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# private-chat
Stateless private chat, written in ExpressJS.## Setup
Clone the project. Express folder contains the backend application, which also hosts the build vue app on the default route. Vue folder contains the VueJS source code for the frontend.