electrode-io / electrode

Web applications with node.js and React
Other
2.1k stars 301 forks source link

Removing node.js #1845

Closed shirishsahay closed 3 years ago

shirishsahay commented 3 years ago

I am creating a project using electrode in which I don't require the use of node.js because we are already using Java Springboot as backend. Following are my concerns:

jchip commented 3 years ago

node.js is mainly used for server side rendering and serving the web page.

if you don't need SSR and have your own web server for serving the web assets, it's possible, but this is a use case we never considered, so we don't really have out of the box support for it.