An open API service indexing awesome lists of open source software.

https://github.com/elysian01/codesync-realtime-code-editor

Building a Real-time code editor using Reactjs, Nodejs, Expressjs, and Socket.io for the web sockets, a collaboration tool for many cases like technical interviews, where 2 or more persons can join and code simultaneously.
https://github.com/elysian01/codesync-realtime-code-editor

code-editor codesync expressjs nodejs reactjs real-time realtime-code-editor socket-io

Last synced: 8 months ago
JSON representation

Building a Real-time code editor using Reactjs, Nodejs, Expressjs, and Socket.io for the web sockets, a collaboration tool for many cases like technical interviews, where 2 or more persons can join and code simultaneously.

Awesome Lists containing this project

README

          

# CodeSync Realtime Code Editor

Building a Real-time code editor using Reactjs, Nodejs, Expressjs, and Socket.io for the web sockets, a collaboration tool for many cases like technical interviews, where 2 or more persons can join and code simultaneously.

## Reference:

[Build Real-time code editor using React, Node Js, Web sockets 🔥🔥🚀 ( Hindi )](https://youtu.be/jOv8jb6rCU0)

## Available Scripts

In the project directory, you can run:

1. Start the Express Server

### `node server.js`

2. Start React Application
### `npm start`

Open [http://localhost:3000](http://localhost:3000) to view it in your browser.