Golang: Continuous Execution and Simple Plugin/Modular System



Golang: Continuous Execution and Simple Plugin/Modular System

Golang: Continuous Execution and Simple Plugin/Modular System

How to execute an application continuously and attach multiple modules like website, API, parsers? Using go channels and goroutines, we can achieve a periodic run of the application and stop it during predefined system events (like SIGTERM). To enable modular plugins, we can define our modules contract by using the Go interface and make it possible to attach them to our application.

SUBSCRIBE to my YouTube channel – http://bit.ly/2SAN2c3

———————————————————————————————–

TWITTER ►► https://twitter.com/KananRahimovCOM
TWITCH ►► https://www.twitch.tv/codervlogger
FACEBOOK ►► https://www.facebook.com/CoderVlogger
WEBSITE ►► https://kananrahimov.com

———————————————————————————————–

Comments are closed.