8 ms·
Interesting. What sort of backend do you use? Is it homegrown or can you integrate with e.g. Wordpress?
by benohear 13y ago
Interesting. What sort of backend do you use? Is it homegrown or can you integrate with e.g. Wordpress?
- littke 13y agoMeteor.com is using NodeJS as a backend, but the idea is to not separate these two components. So Meteor spans both and you can write stuff designated for the client and the server side in the same file. In practice we rarely do, but both sides run the same code. Check it out!