Git Product home page Git Product logo

telemate's Introduction

TeleMate

A small-scale messaging application for devs

Overview

👋 Hello World!

This project is based on the idea that two or more parties create a temporary room on the platform and communicate privately for a certain period of time. No account is required! Just choose your credentials.

How it works?

Alice and Bob meet physically and decide on the credentials to be used when creating a room and the time when they will be using the plaform.

Alice may select the Room (string), say Earth and Bob selects the Passcode (string), say 1234.

When the agreed time reaches, both use the same credentials on the platform to access the room.

A chat window is opened and once connected, communication may begin.

Live Demo

Here is a temporary demo of TeleMate: Click Here

Features

  • Lightweight and fast
  • Multiple chat windows for different rooms
  • Dark/Light mode
  • Command line interface
  • No database or tracking
  • Encryption
  • Third-party server option via URL (work in progress)

Anatomy of UI

Whenever a new room is created, a chat window pops up.

The title of the chat window follows the format: TM-{room} - [{users}]. room represents the actual room identifier in uppercase and users show the number of users in that room.

Other users in the room are notified of who has joined or disconnected.

To begin chatting, focus the chat window and type the message. Hit Enter key to send the message.

Once you're done, close the chat window to disconnect.

Development

To get started with development, follow these steps:

Prerequisites

Setup

  1. Fork or Clone this repository: git clone https://github.com/henryhale/telemate.git
  2. Navigate to the project directory: cd telemate
  3. Install dependencies: pnpm install
  4. Run development server: pnpm dev
  5. Separately run frontend dev server: pnpm exec vite client
  6. Building for production: pnpm serve

Browser Support

Supporting wide range of browsers is the goal. Modern browsers, most specifically the latest versions of Chrome, Firefox, Safari, and Edge (for desktop and mobile devices) are supported.

Acknowledgements

A big shoutout to these awesome projects, this project heavily relies on them;

  • xterminal - Build web-based command line interfaces
  • winbox - Modern HTML5 window manager for the web.
  • socket.io - node.js realtime framework server
  • helmet - help secure Express/Connect apps with various HTTP headers
  • express - Fast, unopinionated, minimalist web framework
  • toobusy-js - Don't fall over when your Node.JS server is too busy. Now without native dependencies!

Conclusion

Thank you for your interest in this project! Contributions from the developer community are greatly valued and appreciated, and your efforts will help make this project even better.

License

Copyright (c) 2023 Henry Hale.

Released under the MIT License.

telemate's People

Contributors

henryhale avatar

Stargazers

 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.