All Projects → akshaykmr → Oorja

akshaykmr / Oorja

[archived] effortless video-voice chat with realtime collaborative features. extensible using react components 🙌

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Oorja

Peer To Peer Cue System
Cue system for simple two-way communication and visual signaling using a PeerJS peer-to-peer connection.
Stars: ✭ 190 (-29.63%)
Mutual labels:  webrtc, peer-to-peer
Bigbluebutton
Complete open source web conferencing system.
Stars: ✭ 7,160 (+2551.85%)
Mutual labels:  collaboration, webrtc
Yjs
Shared data types for building collaborative software
Stars: ✭ 5,894 (+2082.96%)
Mutual labels:  collaboration, peer-to-peer
Trango Self Hosted
Host trango and communicate with those around you without the internet!
Stars: ✭ 164 (-39.26%)
Mutual labels:  webrtc, peer-to-peer
Blindpad
Collaborative text editor (like Google Docs or CoderPad) with integrated semi-anonymizing voice chat intended to help reduce bias in technical communication.
Stars: ✭ 191 (-29.26%)
Mutual labels:  collaboration, webrtc
Webrtc Leak Prevent
Prevent WebRTC leaks in Chromium browsers.
Stars: ✭ 182 (-32.59%)
Mutual labels:  webrtc, privacy
Tandem
Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Stars: ✭ 678 (+151.11%)
Mutual labels:  collaboration, peer-to-peer
Nile.js
Server
Stars: ✭ 1,757 (+550.74%)
Mutual labels:  webrtc, peer-to-peer
Cape Python
Collaborate on privacy-preserving policy for data science projects in Pandas and Apache Spark
Stars: ✭ 125 (-53.7%)
Mutual labels:  collaboration, privacy
Rocket.chat
The communications platform that puts data protection first.
Stars: ✭ 31,251 (+11474.44%)
Mutual labels:  collaboration, webrtc
Pikachu Volleyball P2p Online
Pikachu Volleyball peer-to-peer online via WebRTC data channels
Stars: ✭ 160 (-40.74%)
Mutual labels:  webrtc, peer-to-peer
peerjs-python
Python port of PeerJS client
Stars: ✭ 56 (-79.26%)
Mutual labels:  webrtc, peer-to-peer
P2p Cdn Sdk Javascript
Free p2p cdn github javascript sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 158 (-41.48%)
Mutual labels:  webrtc, peer-to-peer
Video Meeting
Google Meet / Zoom clone in a few lines of code
Stars: ✭ 187 (-30.74%)
Mutual labels:  webrtc, peer-to-peer
Wt Tracker
High-performance WebTorrent tracker
Stars: ✭ 144 (-46.67%)
Mutual labels:  webrtc, peer-to-peer
Sparkleshare
Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
Stars: ✭ 4,661 (+1626.3%)
Mutual labels:  collaboration, privacy
Roll Call
📞 Free and reliable audio calls for everyone w/ browser p2p.
Stars: ✭ 1,563 (+478.89%)
Mutual labels:  webrtc, privacy
Stun
A Go implementation of STUN
Stars: ✭ 141 (-47.78%)
Mutual labels:  webrtc, peer-to-peer
Circuit Sdk
JavaScript and Node.js SDK for Circuit
Stars: ✭ 18 (-93.33%)
Mutual labels:  collaboration, webrtc
nvim
Repository for the Tandem NeoVim Plugin
Stars: ✭ 23 (-91.48%)
Mutual labels:  peer-to-peer, collaboration

oorja (alpha version)

Project status

This repository contains an alpha version, with minimal components to make things work. It was made while I was in university(2017), I'd do a lot of things differently now, particularly in terms of code organization and overall architecture. Never the less, it was super fun to make back then. I'm still keeping this repo up, up because it feels good to look back at how far you've come.

With the next iteration I'm building a more fine tuned and robust experience, with some new tools - Elixir ❤️ and Typescript. Cheers!

UPDATE 24 Aug 2020: check out the new version! (incremental updates) 🚀


oorja is a quick to use video/voice chat application with realtime collaborative features. Visit oorja.io to see it in action.

There is a concept of mini-applications called tabs each of which add a unique capability to the room. They are loaded dynamically with a click of a button

Code editor for quick snippets. Synced realtime between all participants


Chat, simple and private. supports some markdown as well


Quillpad, a synced rich text editor



  • All video and voice comms are encrypted. None of the data in your tabs is stored on the server; it gets synced from one participants browser to another 🔮. There are no ads or tracking on this website.

  • oorja is built with React, WebRTC, Meteor and Elixir. It is extensible by design. The tabs are react components which utilize a simple but powerful mini-api (using props and some event listeners) to add more capabilities to the room on demand.

Note
  • This project uses some of the latest technologies in modern web browsers namely WebRTC that enables p2p communication (It may not be supported in your browser eg. safari). Use Chrome or Firefox
  • If you are using chrome you will need to install the screensharing extension to be able to share your screen.

License

oorja (alpha version) is free for personal non commercial use. Copyright © 2019 Akshay Kumar [email protected]

I'd like to tinker with this project!

In order to do so please go through the following docs in the given order. Also, It's quite easy to make tabs (you only need to know some react, which can itself be picked up in a weekend).

  1. Project Overview
  2. Project Setup
  3. Making a Tab

Contact

You can reach me at [email protected] or Twitter

About me

Hi, I'm Akshay Kumar and I am a product engineer. Visit my website to know more

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].