All Projects → wdlsvnit → Omeclone

wdlsvnit / Omeclone

Licence: other
A clone of omegle.com

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Omeclone

TextBoxes
TextBoxes: A Fast Text Detector with a Single Deep Neural Network
Stars: ✭ 625 (+846.97%)
Mutual labels:  text
react-watermark-module
React水印组件,支持图片水印,文字水印。
Stars: ✭ 31 (-53.03%)
Mutual labels:  text
rounded background text
Text and TextField highlighted with rounded corners
Stars: ✭ 43 (-34.85%)
Mutual labels:  text
textalyzer
Analyze key metrics like number of words, readability, complexity, etc. of any kind of text
Stars: ✭ 50 (-24.24%)
Mutual labels:  text
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (-36.36%)
Mutual labels:  text
svelte-slate
slate svelte view layer
Stars: ✭ 43 (-34.85%)
Mutual labels:  text
J2N
Java-like Components for .NET
Stars: ✭ 37 (-43.94%)
Mutual labels:  text
node-poppler
Asynchronous node.js wrapper for the Poppler PDF rendering library
Stars: ✭ 97 (+46.97%)
Mutual labels:  text
readthat
Read Text Data
Stars: ✭ 27 (-59.09%)
Mutual labels:  text
cape
Continuous Augmented Positional Embeddings (CAPE) implementation for PyTorch
Stars: ✭ 29 (-56.06%)
Mutual labels:  text
vue-swimlane
A Text Swimlane plugin for Vue.js
Stars: ✭ 71 (+7.58%)
Mutual labels:  text
markdown
markdown tools, libraries & scripts
Stars: ✭ 52 (-21.21%)
Mutual labels:  text
react-native-animateable-text
🆎 A fork of React Native's <Text/> component that supports Animated Values!
Stars: ✭ 263 (+298.48%)
Mutual labels:  text
jomini
Low level, performance oriented parser for save and game files from EU4, CK3, HOI4, Vic3, Imperator, and other PDS titles.
Stars: ✭ 40 (-39.39%)
Mutual labels:  text
justified
Wrap, align and justify the words in a string.
Stars: ✭ 30 (-54.55%)
Mutual labels:  text
SilentServer
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.
Stars: ✭ 52 (-21.21%)
Mutual labels:  text
clifs
Contrastive Language-Image Forensic Search allows free text searching through videos using OpenAI's machine learning model CLIP
Stars: ✭ 271 (+310.61%)
Mutual labels:  text
indicium
🔎 A simple in-memory search for collections and key-value stores.
Stars: ✭ 41 (-37.88%)
Mutual labels:  text
markovifyR
Markovify wrapper for R
Stars: ✭ 81 (+22.73%)
Mutual labels:  text
ConTexto
Librería en Python para minería de texto y NLP
Stars: ✭ 43 (-34.85%)
Mutual labels:  text

Omeclone

Omeclone is a platform where you can chat with strangers, make new friends. It's fun to chat with stranger. We took inspiration from omegle.com and tried to build this.

Screenshots

index page

chat_connecting

chat_connected

Prerequisites

You will need the following things properly installed on your computer.

  • Git - Git is a version control system which helps in tracking changes in files and also in coordinating with number of people on same project.
  • Node.js (node v9.2.1) (with NPM v5.5.1) - Node.js is a JavaScript runtime which is built on the top of chrome's v8 JavaScript engine. You can install Node.js easily with nvm.
  • Bower - Bower is a frontend dependency installation package manager. Once you have node and npm installed on your system, you can install bower with just a single command: npm install -g bower.

Installation

  • git clone <repository-url> this repository
  • cd Omeclone
  • npm install - This will install all the npm packages that are needed.
  • bower install - This will install all the frontend dependencies.

Running / Development

Deployment from master:

https://omeclone.herokuapp.com

Join the development:

  • Read CONTRIBUTING.md.
  • Before you start contributing, run the app in tour local machine, get familiar with it and then check for bugs or more features.
  • For any bug or for adding an feature you may open an issue.
  • If you would like to work on an issue, drop in a comment at the issue.
  • If you have any queries, you can ask on our channel here.
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].