Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnphil/sharebox
Live editing textbox shared over browsers
https://github.com/cnphil/sharebox
Last synced: 3 days ago
JSON representation
Live editing textbox shared over browsers
- Host: GitHub
- URL: https://github.com/cnphil/sharebox
- Owner: cnphil
- Created: 2014-01-14T19:31:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T09:16:20.000Z (almost 11 years ago)
- Last Synced: 2024-04-23T14:10:09.056Z (9 months ago)
- Language: Ruby
- Size: 266 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sharebox
===* Share a _live-editing_ textbox with others.
* _Drag'n'drop_ file sharing powered by Dropzone.js.
* Instant uploaded image previews. To make it more awesome, you can even take a photo directly from your iPhone. (Tap on the 'Sharebox' title on iPhone)
* Built with Ruby and JavaScript.
* TODO: uploaded files are now stored directly in memory, should use Tempfile.###Setup:
Simply run:```
$ ruby sharebox.rb 2345
```Then visit `http://localhost:2345/` or `http://YOUR_IP_ADDRESS:2345/` on your browser.