Categorygithub.com/heshify/redoed
module
0.0.0-20250301130224-3987056096fb
Repository: https://github.com/heshify/redoed.git
Documentation: pkg.go.dev

# README

Redoed

Work in Progress Go Version License Go Report Card

🚧 Work in Progress: This project is in development stage. Follow the progress at heshify.github.io

Redoed is a real-time collaborative Markdown editor built in Go. Multiple users can simultaneously edit a document and see changes in real time. This project serves as an educational exploration of WebSockets, Markdown processing, and real-time synchronization.

Getting Started

This project requires Go +1.22 and PostgreSQL database.

Installation

Clone the repository :

git clone https://github.com/heshify/redoed.git
cd redoed

To compile and run the server, run the following command :

go run main.go

The server will start on port 8080.

# Packages

No description provided by the author
No description provided by the author