[go-nuts] best practice to read/write shared map in a web application

2017-10-18 Thread woosley. xu.
Hi, I am writing an application here using echo framework, this application(*client node*) runs on every server and report its OS/Hardware facts to a master node. On master, it store all the server facts in a big map, the key is

Re: [go-nuts] Re: Choosing a framework

2017-09-13 Thread woosley. xu.
Personally when I started my project I chose to use a framework. I think it is ok to start with frameworks as long as you know what framework should do, what key concepts should be handled when dealing with Web app. Maybe Go provides all those solutions with standard pkgs, but if a framework can g