Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 14, 2022 08:10 am GMT

Hitchweb is now Open Source | OSS

Recently, I wrote a post on the launch of Hitchweb.

Developers were asking to Open Source the project, so that they can also Contribute to to it.

Finally

The project is now Open Sourced.

GitHub logo RajeshJ3 / hitchweb

hitchweb browser extension

Hitchweb

Talk to people, on the same site.

Source Code: https://github.com/rajeshj3/hitchweb

Extension: https://chrome.google.com/webstore/detail/hitchweb/bbpnmmlldlnbkoelibmceelheacmbhme

Web Version: https://hitchweb.netlify.app/

Talk to people, who are on the same site as you are in. Meet with the people of similar interests.

The key features are:

  • Fast: Using WebRTC as the core protocol.
  • Room: Using LiveKit to create user pool.
  • Scale: 3000 listeners, 10 speakers
  • Interest: Meet with people of similar interests.

TODO List

  • Voice Chat
  • Dark Theme Support
  • Text Chat
    • Markdown Support
  • Webpage as a room
  • Guest Login
  • Authentication
  • Ban Management

How to Run?

  1. Fork this Repository

  2. Clone

    $ git clone https://github.com/<username>/<repository>.git$ cd <repository>/frontend/
  3. Install the dependencies

     $ yarn
  4. Run the development server

     $ yarn start

    Open localhost:3000

  5. Installing

Read the contribution guidelines here.

TODO List

  • Voice Chat
  • Dark Theme Support
  • Text Chat
    • Markdown Support
  • Webpage as a room
  • Guest Login
  • Authentication
  • Ban Management

Thank you
Cheers


Original Link: https://dev.to/rajeshj3/hitchweb-is-now-open-source-oss-3lh3

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To