Proof-of-concept real-time collaboration tool using NodeJS and Socket.IO
Collab docs focuses on the core mechanics of realtime sync
- Backend: Node.js, Express
- Realtime: Socket.IO (WebSockets)
- Frontend: HTML5, CSS, JavaScript
- Fonts: Outfit (Google Fonts)
- Node.js (v16.x or later recommended)
- Clone or download the project.
- Navigate to the project directory:
cd collab-docs - Install dependencies:
npm install
- Start the server:
node server.js
- Open your browser to:
http://localhost:3000
This is NOT production ready, I wrote this because I was bored and wanted to learn more about websockets, do NOT use this for your production, please.
Built as a learning project for realtime collaborative systems.