Hi All,
Joined this Community with a new Hope.
I come from a C linux embedded system developer background, now started learning golang however, I want to build a web server and have a Backend to handle the traffic.
I want to learn and build the backend, need help with the right resources to learn to do that and I may need help with the front end ( UI part).
If anybody was in the same situation, can help me through the process to get things done.
Appreciate your guidance.
Naveen,
I believe these are two options you could use as a web server backend for a web site:
I created website NotesRightHere.com which uses Nginx for serving static files but passes requests for dynamic files to a process written in Golang.
The following website shows a very simple example of using Golang as a webserver that could be expanded to be a backend for a web site:
https://hackernoon.com/how-to-create-a-web-server-in-go-a064277287c9
If you have questions or want more details let me know I will try and help.
Todd
Thank you i will check that .
Hello,
I've started with C / C++ too.
Same as usual, I can't recommand you anything more than google.
Good luck!
Alex