https://github.com/jkoop/multiedit
basic web-based multi-user text editor
https://github.com/jkoop/multiedit
editor multiuser nologin
Last synced: 10 months ago
JSON representation
basic web-based multi-user text editor
- Host: GitHub
- URL: https://github.com/jkoop/multiedit
- Owner: jkoop
- License: other
- Created: 2023-09-09T22:02:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-16T18:35:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T19:35:48.358Z (over 1 year ago)
- Topics: editor, multiuser, nologin
- Language: TypeScript
- Homepage: https://multiedit.site/
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [WIP] MultiEdit
MultiEdit is a basic web-based multi-user text editor. You do not need to log in. It's very simple. (Primary intended use case: collaborative brainstorming)
Imagine that there are infinite documents, and they all have a name. To read a document, you only need its name. Any document name that you can come up with exists; there are infinite documents.
Now imagine that whenever you edit a document, everyone else that is reading that document can see your changes, and whenever anyone else edits the document, you can see their changes.
A document name is anything that comes after the slash in the address bar of your browser. For example, "foo":
https://multiedit.site/foo
---
MultiEdit copyleft 2023 Joe Koop; some rights reserved (see [GPLv2](https://www.gnu.org/licenses/gpl-2.0.en.html)). Source [available on GitHub](https://github.com/jkoop/multiedit).