Git Product home page Git Product logo

terminal-chat's Introduction

Paranoia

WARNING: **WORK IN PROGRESS** - super unclean code...

Paranoia is a web-based, end-to-end encrypted, database-less, anonymous chat application.

Paranoia-card


Features πŸ”

  • End-to-End Encryption - Using Elliptical Curve Diffie Hellman (ECDH) encryption, your messages are secure from the moment they're sent to the moment they're received.
  • Database-less - With no central database, your conversations aren't stored. Once they're gone, they're gone for good.
  • Anonymous - No sign-ups, no log-ins, no personal information. Just start chatting.
  • Beautiful UI - Thanks to TailwindCSS, Paranoia provides an intuitive, clean, and visually appealing user experience.

Quick Start πŸš€

Prerequisites

  • Node.js >= 12.x
  • npm >= 6.x

Installation

  1. Clone the repository
    git clone https://github.com/ShinnoT/terminal-chat.git
  2. Navigate to the project directory
    cd terminal-chat
  3. Install the dependencies
    npm install
  4. Start the development server
    npm run dev

Visit http://localhost:3000 to start using Paranoia locally!


How It Works βš™οΈ

At its core, Paranoia uses the power of Next.js, tailwindcss, and Socket.io to deliver an unparalleled chatting experience.

  1. Next.js - A versatile framework that helps us manage the server-side rendering and generate static websites for each new chat room.
  2. TailwindCSS - A utility-first CSS framework packed with classes such as flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
  3. Socket.io - Enables real-time, bidirectional and event-based communication between the browser and the server. It consists of:
    • A Node.js (in my case Express.js) server
    • A JavaScript client library for the browser (which can be also run from Node.js)

All messages are encrypted and decrypted using the Elliptic-curve Diffie–Hellman (ECDH) key agreement protocol. This ensures that even if someone is able to intercept the messages, they won't be able to decipher them without the key.


Support πŸ’–

If you like this project, please consider giving it a ⭐ on Github!


License πŸ“„

This project is licensed under the MIT License.


Made with ❀️ by Shinno Taguchi

terminal-chat's People

Contributors

shinnot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.