DEV Community

Gliimly
Gliimly

Posted on

Cache server as a web service in 30 lines

Building a cache server can be easy. Here's a cache server in 30 lines of code flat.

Any service written in Gliimly is a web service, though you can access it from command line (nice for examples or testing) or via API as well.

See hello world as an example on using a service from the web.

Top comments (0)