Built-in web server for - ListenAndServe
Answered
Hi there,
I would like to use the built-in web server for a listen and serve request. The source code (Golang) should send an http request to the built-in web server. An identical Json file should be sent permanently as a response.
Is that possible?
Please sign in to leave a comment.
Hi,
It is possible. There are a few links that help you to get started:
I hope it helps.