https://github.com/mattchristopher314/crosstalk
A web-based instant messaging platform built with Node.js and Socket.IO.
https://github.com/mattchristopher314/crosstalk
chat nodejs
Last synced: 9 months ago
JSON representation
A web-based instant messaging platform built with Node.js and Socket.IO.
- Host: GitHub
- URL: https://github.com/mattchristopher314/crosstalk
- Owner: mattchristopher314
- Created: 2021-08-17T09:20:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T18:00:18.000Z (about 2 years ago)
- Last Synced: 2024-12-27T17:45:31.556Z (10 months ago)
- Topics: chat, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
**NO LICENSE. All rights reserved.**
Crosstalk
A web-based instant messaging platform built with Node.js and Socket.IO
Report Bug
·
Request Feature
Table of Contents
## About The Project
![Login Screen Shot][login-screenshot]
A screenshot of the project login screen.
![Chat Screen Shot][chat-screenshot]
A screenshot of the project chat screen.
### Built With
* [Node.js](https://nodejs.org/en/)
* [Argon2](https://www.npmjs.com/package/argon2)
* [Async](https://www.npmjs.com/package/async)
* [body-parser](https://www.npmjs.com/package/body-parser)
* [Chart.js](https://www.chartjs.org/)
* [dotenv](https://www.npmjs.com/package/dotenv)
* [Express](https://www.npmjs.com/package/express)
* [express-mysql-session](https://www.npmjs.com/package/express-mysql-session)
* [express-session](https://www.npmjs.com/package/express-session)
* [log4js](https://www.npmjs.com/package/log4js)
* [MySQL](https://www.npmjs.com/package/mysql)
* [Nodemailer](https://www.npmjs.com/package/nodemailer)
* [particles.js](https://github.com/VincentGarreau/particles.js/)
* [Socket.IO](https://www.npmjs.com/package/socket.io)
* [socket.io-stream](https://www.npmjs.com/package/socket.io-stream)
## Acknowledgements
* README.md adapted from [https://github.com/othneildrew/Best-README-Template](https://github.com/othneildrew/Best-README-Template)
[contributors-shield]: https://img.shields.io/github/contributors/Rusty3141/Crosstalk.svg?style=for-the-badge
[contributors-url]: https://github.com/Rusty3141/Crosstalk/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Rusty3141/Crosstalk.svg?style=for-the-badge
[forks-url]: https://github.com/Rusty3141/Crosstalk/network/members
[stars-shield]: https://img.shields.io/github/stars/Rusty3141/Crosstalk.svg?style=for-the-badge
[stars-url]: https://github.com/Rusty3141/Crosstalk/stargazers
[issues-shield]: https://img.shields.io/github/issues/Rusty3141/Crosstalk.svg?style=for-the-badge
[issues-url]: https://github.com/Rusty3141/Crosstalk/issues
[license-shield]: https://img.shields.io/github/license/Rusty3141/Crosstalk.svg?style=for-the-badge
[license-url]: https://github.com/Rusty3141/Crosstalk/blob/main/LICENSE.txt
[login-screenshot]: https://github.com/Rusty3141/Crosstalk/blob/main/Documentation/Images/login.html.blank.png?raw=true
[chat-screenshot]: https://github.com/Rusty3141/Crosstalk/blob/main/Documentation/Images/chat.html.anon.png?raw=true