Karl Anthony Baluyot

Results 34 comments of Karl Anthony Baluyot

I'm facing the same problem too. I think it's not possible as of this writing.

@rigor789 you can try this starter template of mine (https://github.com/Lyduz/nitibo). Thus project utilizes natuvescript-vue with class component (typescript)

HMR is not working, its restarting the app when you apply changes in vue files

Video looks good. Can you please share the "updated and fixed" version of my starter template? I'll just wanna use it for reference and try in my end sir @rigor789

@rigor789 thank you so much sir. I followed the diff changes and updated some packages. HMR doesn't kick off at first time as you expected but works well consequently. We...

As long as it is backward compatible, were happy with nativescript-vue. Please pin this issue for easy reference. Thank you for all your efforts @rigor789 , et. al

Im using this package as a SSE Server with Javascript (NuxtJS) client (consumer). My initial plan was to subscribe by stream, Example: /sse/market-data?stream=PSE:2GO -> market data for PSE:2GO /sse/market-data?stream=PSE:TEL ->...

Thank you for your response. Yes for the client, I just use the HTML5 EventSource to consume. In my case, I also need to create stream inside a for loop...

And I also observe this sir, What I did in my javascript client and golang sse client is that, I print the messages with counters. And for every, say, 150...