Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 395 Bytes

fastbin: a text sharing application

https://fastbin.lab.divyam.dev

A text sharing application made with microservice architecture in golang. Services:

  • API Server (Read and Write)
  • Custom Key Generator Service
  • Database Service

To-do:

  • Add data deletion service which removes data after certain time.
  • Make key generator service faster and scalable with bloom filter and redis caching.