4
3 Comments

Hi All, Joined this Community with a new Hope.

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.

on March 4, 2019
  1. 1

    Naveen,

    I believe these are two options you could use as a web server backend for a web site:

    1. Golang itself.
    2. Nginx passing requests to a process written in Golang.

    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

    1. 1

      Thank you i will check that .

  2. 1

    Hello,
    I've started with C / C++ too.
    Same as usual, I can't recommand you anything more than google.
    Good luck!
    Alex