ddoroshev / onetimechat

πŸ’¬ An ephemeral, real-time chat application preserving privacy by storing messages only in the user's browser 🌐. Perfect for instant conversations that leave no trace once the browser is closed.

Home Page:https://onetimechat.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onetimechat logo

One Time Chat: An Ephemeral Real-Time Chat Platform

Welcome to One Time Chat, a unique and privacy-focused chat platform that keeps the conversation right where it should be - between the participants! This application is perfect for those who value real-time interaction and data privacy. Check it out live at https://onetimechat.fly.dev.

One Time Chat operates on an ephemeral messaging system, meaning your messages only exist as long as you're connected. Once you close the browser, your messages vanish, leaving no trace behind. It does't use any databases or persistent storage - all messages are stored directly in your browser!

Features:

  • Real-Time Interaction: One Time Chat operates on a real-time messaging system, ensuring your conversations are smooth and instantaneous.
  • Privacy-Preserving: Messages are not stored on any server or database; they're stored directly in your browser.
  • Ephemeral Messaging: Messages disappear once the user disconnects. Perfect for one-time, private conversations.

Message Structure:

One Time Chat operates on a command-based messaging system, where commands are sent in a structured format:

[<command>, [param1, param2, ...]]

Client-to-Server Commands:

  • [send, <id>, {...}] - Send a new message.

Server-to-Clients Commands:

  • [init, <id>] - Initialize a client with a new id.
  • [add, <id>, <message>] - Add a new message from a client with id=<id>.
  • [rm, <id>] - Remove all messages from a client with id=<id>.
  • [fetch] - Fetch all messages from the client.

Getting Started:

To participate in a One Time Chat, simply visit the website and start chatting! Remember, messages are ephemeral and will disappear once you close the browser.

For developers interested in the source code, feel free to explore this repository. To run this project locally, you need to have Node.js (for the front-end) and Python 3.11+ (for the back-end) installed.

License:

This project is licensed under the MIT License. See the LICENSE file for details.

About

πŸ’¬ An ephemeral, real-time chat application preserving privacy by storing messages only in the user's browser 🌐. Perfect for instant conversations that leave no trace once the browser is closed.

https://onetimechat.fly.dev

License:MIT License


Languages

Language:JavaScript 48.1%Language:Python 24.9%Language:CSS 13.0%Language:HTML 9.4%Language:Dockerfile 4.6%