Pinned Repositories
WebsocketReverseProxy
A light weight fault tolerant reverse proxy, used to load balance websockets and http requests.
DistributionServer
DistributionServer is used to route messages and other information between users connected to different end servers that run on different containers.
EndServer
EndServer handles websocket connections initiated by users. They are responsible for authentication/authorization and persistence of messages. Routing of messages between users connected to different EndServer containers is done using the DistributionServer.
LSMTree
A LSM tree, implemented in Go.
Conduit-Clone
This is an implementation of Conduit, a Medium.com clone, based on backend specifications in RealWorld docs.
File-Explorer
A web-based file explorer, with linux-like file permissions, and a tree-based directory structure.
Conduit-Chat
DB4Fun
Just another database.
demo_repo
Demo
Garbage_Management
Adarsh-Kmt's Repositories
Adarsh-Kmt/Conduit-Chat
Adarsh-Kmt/Conduit-Clone
Adarsh-Kmt/DB4Fun
Just another database.
Adarsh-Kmt/demo_repo
Demo
Adarsh-Kmt/DistributionServer
DistributionServer is used to route messages and other information between users connected to different end servers that run on different containers.
Adarsh-Kmt/EndServer
EndServer handles websocket connections initiated by users. They are responsible for authentication/authorization and persistence of messages. Routing of messages between users connected to different EndServer containers is done using the DistributionServer.
Adarsh-Kmt/File-Explorer
Adarsh-Kmt/Garbage_Management
Adarsh-Kmt/JSONParser
parses JSON.
Adarsh-Kmt/LSMTree
just another LSM Tree implementation.
Adarsh-Kmt/WebsocketReverseProxy
A light weight fault tolerant reverse proxy, used to load balance websockets and http requests.