Would it be possible to leverage a design based on modular components running on an application server with Go platform?
Is there a limitation that makes this design impossible with Go?
There is nothing similar to application server that are available in Java or .NET But there is google AppEngine that supports Go
There is no way to load/unload code in Go like in Java or .NET
You can't compile go as library that you will load with another Go App.
Anyway you can create Application server with Go. It will have multiple processes and load/unload code by starting/stopping processes.
Also it may compile code on server by embedding some server specific code in module. e.g. such extra code may implement AppServer Inter Process Communication.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With