A minimal real-time collaborative text editor
Project description
bluep
A minimal real-time collaborative text editor with a blue theme. Multiple users can connect and edit text simultaneously through their browsers.
Features
- Real-time text synchronization across all connected clients
- WebSocket-based communication
- HTTPS support
- Minimalist blue interface
- Automatic local IP detection
Installation
git clone https://github.com/glassontin/bluep.git
cd bluep
pip install fastapi uvicorn pillow
SSL Certificate Setup
Generate self-signed certificates for HTTPS:
openssl req -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365
Usage
- Run the server:
python bluep/bluep.py
- Open your browser and navigate to:
https://<your-local-ip>:8500
Dependencies
- FastAPI
- uvicorn
- Pillow
- Python 3.7+
License
MIT License
Copyright (c) 2024 glassontin
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
bluep-0.3.4-py3-none-any.whl
(7.9 kB
view details)
File details
Details for the file bluep-0.3.4-py3-none-any.whl.
File metadata
- Download URL: bluep-0.3.4-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e8091398d36ff0db6971a1ebe6ecf81b377ff2b0a5f2eca33c53c60825a9c4e
|
|
| MD5 |
3ef0000ebdfc945dc2b470ccbd8ff480
|
|
| BLAKE2b-256 |
f46aed9ed36adfc976ba7dc77dbc41dc101edfa59616bdf35ecc7bb57b25817b
|