Have you heard about 'Go'?, I don't mean you have to go out haha. 'Go' is kind a name of language which makes me feel happy in these-day. Go is made by 'Goolge' and a kind of compile language. Literally, Go has strong points like garbage collection and concurrency. A number of Developers have been struggling to handle memory and Java developers are getting increase due to this reason. However Go..
In terms of HTTP server, we used to utilize the server and find easily. But almost of http server is based on 'TCP'. I don't think the TCP is the best option for embedded system and I don't want to abuse port in my system. Therefore I have decided to use Unix Domain Socket for IPC. # HTTP Using CRUD method which are Create, Read, Update and Delete, we can handle and provide a web service. In add..