FrostChat is a real-time chat application with features like user authentication, moderation commands, and more.
- User Authentication: Secure login and signup functionality.
- Real-time Messaging: Instant messaging with socket.io for real-time communication.
- Moderation Commands: Admins and moderators can manage users through commands like kick, mute, promote, etc.
- Profanity Filter: Filters and logs messages containing profanity.
- Role-based Access: Different roles (User, Moderator, Admin, etc.) with role-specific commands.
- Go here and fork it.
- Go to line 7 of index.js and replace it with your own server link.
- Node.js installed on your machine.
- Internet connectivity for socket communication.