Skip to main content
Solved

Custom Blocks Backend

  • June 28, 2020
  • 1 reply
  • 1 view

Hi!

I am working on a Block that would require a backend server (with API access tokens), what is the recommended approach?
Should I host the backend myself, or is there a nodejs equivalent of frontendEntry for backends?

Thank you in advance!

Best answer by Kasra

Hello! You will need to host the backend yourself. Custom blocks only run client-side at the moment.

View original
Did this topic help you find an answer to your question?

  • Inspiring
  • June 28, 2020

Hello! You will need to host the backend yourself. Custom blocks only run client-side at the moment.


Reply