Skip to content

An advanced chat application that uses mongodb and socket.io for the backend with a static frontend.

Notifications You must be signed in to change notification settings

paysonism/1337-Chat

Repository files navigation

1337 Chat

This is a simple chat app you can use to chat with your friends. This uses socket.io for the server.

Want a version for local builds and beta testing? Click here to view the development repository.

Repo Views

Preview

To test it out click here. Make an account and try searching for "Payson" and messaging me!

See if our public server is online -> Status Page

Screenshot Previews:

Login Page

Home Page

Chat Page

Installation

Follow the instructions below to setup this project!

  1. Download and Install Node.JS
  2. Click "Code -> Download .zip" to download the source code
  3. Open a CMD window inside the "server" folder
  4. Run the command npm install and wait for it to finish
  5. To start the server, run the command npm run start in a cmd window inside of the "server" folder
  6. Now you can open index.html (login page) and create an account to start chatting!

Features

This is a list of the features I have already finished and some I am currently working on.

Please make a pull request if you implement any of these features before me!!!

  • Login
  • Register
  • Logout
  • Direct Messaging
  • Users Search
  • Group Chats
  • Voice Calling
  • Video Calling
  • Friends System
  • Customizable Settings

Credits

Made By Payson and Jayesh