archived-account-xxx / RTCode

Real time code sharing web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


CodeFactor GitHub license GitHub issues GitHub code size in bytes

Developed with ❤︎ by gsilvamartin and contributors

About RTCode

RTCode is a web application to share real time code with multiple connected users. RTCode takes the pain out of group development, avoiding problems like such as:

  • IDE Settings.
  • Environment Settings.
  • Diverging programming SDK Versions.
  • Code version divergence.
  • Difficulty in code collaboration between users.

Features 💡

  • Code autocomplete
  • Program in several languages.
  • Great diversity of themes.
  • Share code in real time with your friends.

⌨️ Editor Keyboard Shortcuts:

  • Indent all lines Ctrl + S or Ctrl + Alt + F
  • Code auto complete Ctrl + Space

Built with 🔧

Installation 🖥

  1. Clone the project and navigate to the project root folder.
cd RTCode
  1. Install the necessary dependencies for the project execution.
npm install
  1. Run the following command to start the application.
npm start
  1. Open browser in
http://localhost:5000/code/

Contribution 🥰

The system is under development and has bugs and improvements to be implemented, so pull requests are welcome.

License: MIT

About

Real time code sharing web application

License:MIT License


Languages

Language:JavaScript 94.8%Language:CSS 2.7%Language:HTML 2.5%