Giter Site home page Giter Site logo

ferociousfrogs / ribbit Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 4.0 2.72 MB

Ribbit is a real-time pair-programming app with Audio/Video, syntax highlighting and code execution in the browser written in full JS

JavaScript 67.76% HTML 0.93% CSS 31.31%

ribbit's Introduction

Ribbit

Ribbit is a real-time collaboration tool designed for software engineers. We aim to make pair programming hassle-free and efficient.

Ribbit leverages CodeMirror, WebRTC and Socket.io technology to consolidate all coding and communication channels into a single web application. Simply open up our site in your browser to pair program while video, voice and text chatting!


Team

Table of Contents

  1. Usage
  2. Technologies
  3. Contributing

Usage

Firstly make sure that you have Node and Git installed. Next clone this repo (https://github.com/ferociousFrogs/Ribbit.git) by entering the following into your terminal:

git clone https://github.com/ferociousFrogs/Ribbit.git

then change into that folder

cd Ribbit

install the necessary packages locally

npm install

and run webpack

npm run react-dev

and then you can start up a local server in a new tab within terminal

npm run server-dev

The local version of Ribbit defaults to port 3000, open up your browser and type localhost:3000 into your browser. Now your app should be up and running. If you'd like to run tests, please shut down the server by pressing control + c (mac) in the tab you ran react-dev. Run the testing suite by opening a new terminal tab and typing:

npm run test

Be sure to end the terminal testing process with control+c after testing has finished and restart your server with one of the server commands above.

Technologies

Core

  • Socket.io
  • WebRTC
  • CodeMirror

Frontend

  • React (ES6)
  • Redux
  • Router
  • Bootstrap

Backend

  • Node
  • Express
  • postgresSQL
  • Passport

DevOps/Other

  • Heroku for deployment
  • Jest, Enzyme, CircleCI
  • Late nights and many snacks

Contributing

See CONTRIBUTING.md for contribution guidelines.

ribbit's People

Contributors

dshelters avatar misteryeo avatar davidbrodie122 avatar jefquery avatar

Stargazers

Simon Moisselin avatar Vaibhav Acharya avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

ribbit's Issues

db hint

You should revise the code that executes more than one query method at a time: Chaining Queries.

Otherwise, the connections are not used efficiently, and will create a slow-down under heavy load.

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.