Valstar.dev

Gorgon logo

Updating a Gorgon

1 min read


Gorgon.js

I have added a few new features to Gorgon.js since I last talked about it last November.

Hooks

Gorgon now has a hook system that allows you to add in your own custom hooks to the caching system. This allows you to do things like add in a custom logger, or in my case allows me to write a tool to sync caches between multiple servers.

Check out https://gorgonjs.dev/docs/hooks/ for more information.

The Future

I’m hoping to write this new syncing example in the next month or so, but the hook system is ready to go for anyone else to write their own plugins.