DEV Community

Golf-Lang
Golf-Lang

Posted on • Edited 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 Golf 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)