Best way use go + frontend frameworks

The task is to develop an application that will work in real time.

All indicators on frontend will be updated in real time ,which is better way and which use the framework for this and use it with go?

If you’re in the server rendering camp, feel free to take a look at the highly performant and type-safe pixy templates:

However, if your goal is client rendering, you could either:

  • Try Go via wasm or,
  • Use TS/JS for the frontend
2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.