Skip to content

KUKHUA/tunnelchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tunnel Chat

Tunnel Chat is a web-based chat application that allows users to create and join chat rooms using unique tunnel IDs. The application supports Markdown and HTML for message formatting and ensures security by sanitizing user inputs.

Features

  • Create and join chat rooms using unique tunnel IDs
  • Support for Markdown and HTML in messages
  • Input sanitization to prevent XSS attacks
  • User-friendly interface with Bootstrap styling
  • Option to enable encryption for messages

Getting Started

Prerequisites

  • A web browser (Chrome, Firefox, Safari, etc.)

Usage

  1. Go to the Tunnel Chat website.
  2. Enter your username and choose to create a new chat room or join an existing one using a tunnel ID.

Example

To join a chat room, enter the tunnel ID provided by another user and click the "Join Tunnel" button.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license. For more information, see the LICENSE file.

Acknowledgements