Re: [go-nuts] Different Languages of a Program Project

2019-03-04 Thread Chris Burkert
John, the Web Browser communicates with the Web Server using the http protocol. So http is the definition how they interact with each other. It’s not a language but a protocol. The Web Browser can display (or render) stuff which has been transferred via http. This could be some HTML with the help

[go-nuts] Different Languages of a Program Project

2019-03-03 Thread John
I have come to a realization about programming and the different roles of each language in a project. Here below are what I thought, and hope that I may receive confirmation from my fellow programmers. Thank you. Golang: Main Project Management HTML: Website Formatting Javascript: Creating