Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 720 Bytes

File metadata and controls

26 lines (18 loc) · 720 Bytes

PasteDev

PasteDev is a lightweight pastebin written on rust and inspired by haste and termbin.

Hosted on paste.dev.su .

First attempt at doing something useful with rust.

Using terminal

You can also paste text using socket provider on 9999 port.

cat something | nc paste.dev.su 9999

TODO

  • Save without waiting for EOF
  • Body size limit
  • Optimize frontend for large files (Slow render)
  • Github workflow (Deploy to registry)
  • Icon and preview for the site
  • Support for new databases
  • Instruction for installation
  • Response with raw format (possibly)