Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collab-docs

Proof-of-concept real-time collaboration tool using NodeJS and Socket.IO

Project Screenshot Tech Stack

Overview

Collab docs focuses on the core mechanics of realtime sync

Stack

  • Backend: Node.js, Express
  • Realtime: Socket.IO (WebSockets)
  • Frontend: HTML5, CSS, JavaScript
  • Fonts: Outfit (Google Fonts)

Getting Started

Prerequisites

  • Node.js (v16.x or later recommended)

Installation

  1. Clone or download the project.
  2. Navigate to the project directory:
    cd collab-docs
  3. Install dependencies:
    npm install

Running the App

  1. Start the server:
    node server.js
  2. Open your browser to:
    http://localhost:3000
    

Note ⚠️

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.

About

Proof-of-concept real-time collaboration tool using NodeJS and Socket.IO

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages