A text sharing application made with microservice architecture in golang.
Find a file
2024-11-02 12:43:44 +05:30
api/keygen Added basic keygen grpc server 2024-10-23 07:53:08 +05:30
bin Add web frontend 2024-11-02 12:23:32 +05:30
build Add web frontend 2024-11-02 12:23:32 +05:30
cmd Add web frontend 2024-11-02 12:23:32 +05:30
internal Add favicon 2024-11-02 12:43:44 +05:30
.gitignore Add web frontend 2024-11-02 12:23:32 +05:30
go.mod Add web frontend 2024-11-02 12:23:32 +05:30
go.sum Add web frontend 2024-11-02 12:23:32 +05:30
README.md Update README.md 2024-11-02 12:27:30 +05:30
syntax.env Add web frontend 2024-11-02 12:23:32 +05:30
tailwind.config.js Add web frontend 2024-11-02 12:23:32 +05:30

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.