[go-nuts] Unable to send continuous event logs using template

2020-06-16 Thread smartaquarius10
I'm little new with golang and first time working with html templates. I need to send continuous event logs(server sent events) to the client side for which I am using flusher. I'm facing 2 different issues here: 1. The moment I add these 3 lines -- w.He

[go-nuts] Re: Unable to send continuous event logs using template

2020-06-19 Thread smartaquarius10
Thanks a lot Brian for the detailed information. So basically, my mistake is I was using the event/stream handler for text/html and expecting the output. Actually, I have to make a separate handler for event stream and use javascript for updating the data. I was thinking that templates can be

[go-nuts] How to determine system requirements for an application?

2020-07-03 Thread smartaquarius10
Hello, If we make an application in golang then how to determine the system requirements required for its flawless execution. What are the parameters to justify the estimated values ​​of CPU and RAM, especially for the application.exe built in Golang Thanks -- You received this message bec