All Projects → sgnix → mempe

sgnix / mempe

Licence: GPL-2.0 license
Local storage code pastes shared over web socket

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Code pastes saved in local storage and shared via websockets

Allows you paste text which is saved in your browser's local storage. You can send the URL of your paste to anyone, and they will be able to to see it. Viewers will connect to your browser via a websocket, and will be able to access your paste for as long as you are connected to the website.

Advantages:

  • Ownership. There is no server side database, so nothing will be stored on the server. You are in posession of all code pastes.
  • (Un)availability. Once you leave this site, it will be impossible for anyone to see your code paste, even if they have its URL.
  • Privacy. Search engines won't be able to index and share your pastes.

See an example at http://mem.pe

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].