Skip to content

sbuggay/pasteburn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pasteburn

Simple pastebin clone that supports "burn after reading" expiries.

Built with the purpose to learn some scalable design patterns:

  • load balancing (w/ nginx)
  • data sharding
  • caching (w/ Redis)
  • api rate limiting (ip/agent)
npm i
npm start
npm run serve

concurrently \"tsc -w\" \"nodemon build/entry.js\"

Expire mechanism

About

pastebin clone with a burn option

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published