Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ukrbublik/seta
[sample] Simulteneous Editable TextArea on NodeJS
https://github.com/ukrbublik/seta
nodejs sample socket-io
Last synced: about 1 month ago
JSON representation
[sample] Simulteneous Editable TextArea on NodeJS
- Host: GitHub
- URL: https://github.com/ukrbublik/seta
- Owner: ukrbublik
- Created: 2015-09-18T19:35:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T20:52:31.000Z (about 7 years ago)
- Last Synced: 2024-10-09T22:03:46.815Z (about 1 month ago)
- Topics: nodejs, sample, socket-io
- Language: JavaScript
- Homepage: https://seta.herokuapp.com/
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
Simulteneous Editable TextArea on NodeJSAllows to edit text files by many clients at real-time.
Prototype of cloud IDE like:
- http://hyperdev.com
- http://coderpad.io
- Google Docs...Made with `socket.io`, uses `diff3` algo to solve conflicts.
### Usage
```bash
npm install
node server.js
```
Edit config at `config.json` (change serverPort if you need, by default 80)Open `http://localhost:80/` from several clients and try to edit text together
### Demo
https://seta.herokuapp.com/