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.
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:
Follow the instructions below to setup this project!
- Download and Install Node.JS
- Click "Code -> Download .zip" to download the source code
- Open a CMD window inside the "server" folder
- Run the command
npm install
and wait for it to finish - To start the server, run the command
npm run start
in a cmd window inside of the "server" folder - Now you can open index.html (login page) and create an account to start chatting!
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