localnote

A websocket app to share rich text over network

Usage no npm install needed!

<script type="module">
  import localnote from 'https://cdn.skypack.dev/localnote';
</script>

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.

Screenshot

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