GithubHelp home page GithubHelp logo

dbuggerx / remix-webrtc-chat Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 272 KB

Realtime P2P chat app developed with Remix, React

License: GNU Affero General Public License v3.0

JavaScript 8.31% TypeScript 89.49% CSS 2.21%
peerjs pnpm radix-ui remix-run shadcn-ui tailwindcss typescript webrtc

remix-webrtc-chat's Introduction

Remix WebRTC Chat

Welcome to the Remix WebRTC Chat project! This application uses Remix for routing and managing state, React for creating interactive UIs, WebRTC with PeerJS for peer-to-peer communication, and TailwindCSS with Radix-UI for styling and UI components. TypeScript provides static types for safer and more robust development, and Pnpm is used for package management. It's currently a work in progress.

Technologies

  • Remix: a modern framework for building better websites. It provides a great developer experience with features like automatic routing, server components, and more.
  • React: a popular JavaScript library for building user interfaces, especially single-page applications.
  • WebRTC (PeerJS): PeerJS simplifies WebRTC peer-to-peer data, video, and audio calls. It abstracts away much of the underlying complexity and lets you focus on writing powerful, feature-rich apps.
  • Shadcn (TailwindCSS, Radix-UI): Shadcn combines the utility-first styling of TailwindCSS with the accessibility-focused primitives of Radix-UI. It provides a robust set of tools for building custom designs with ease.
  • Pnpm: a fast, disk space efficient package manager for JavaScript.

Features

  • Real-time P2P messaging with WebRTC.
  • Responsive user interface styled with TailwindCSS and Radix-UI.
  • Dark mode.
  • Built with Remix and React.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js.
  • You have installed the latest version of Pnpm.

Getting Started

Development

From your terminal:

pnpm run dev

This starts the app in development mode, rebuilding assets on file changes.

Deployment

First, build the app for production:

pnpm run build

Then run the app in production mode:

pnpm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of remix build

  • build/
  • public/build/

remix-webrtc-chat's People

Contributors

dbuggerx 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.