All Projects → davidfowl → CacheR

davidfowl / CacheR

Licence: other
A distributed cache implemented on top of SignalR

Programming Languages

C#
18002 projects
shell
77523 projects

What is this?

My attempt at writing a scalable distributed cache on top of SignalR.

How do I run it?

  1. Run CacheR.Server.exe (by default it'll run on port 91).
  2. Run 2 instances of the CacheR.Client.Sample.exe.

The instructions in the client sample should be clear. You should be able to add a value in one client and have it be available in the other immediately

Can I use this?

This is far from production ready but if you're interesting in using it, let me know, I'd love the feedback.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].