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.
- Host: GitHub
- URL: https://github.com/elysian01/codesync-realtime-code-editor
- Owner: Elysian01
- Created: 2024-04-21T13:10:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-25T06:09:36.000Z (over 1 year ago)
- Last Synced: 2024-11-07T15:14:25.563Z (11 months ago)
- Topics: code-editor, codesync, expressjs, nodejs, reactjs, real-time, realtime-code-editor, socket-io
- Language: JavaScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.