Hacker News new | ask | show | jobs
by benohear 4480 days ago
Interesting. What sort of backend do you use? Is it homegrown or can you integrate with e.g. Wordpress?
1 comments

Meteor.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!