localnote
v1.0.10
Published
A websocket app to share rich text over network
Downloads
2
Maintainers
Readme
localnote
A simple and unsecure web-socket based wysiwyg editor for your dev workflow.
Handy when you need to transfer text/images between devices on the same network.
Getting Started
Run on the default port, 8888
npx localnote
Run on port 3000
npx localnote -p 3000
Run with larger buffer (default to 1e8)
npx localnote -p 3000 -b 1e10