I recall something exactly like this on HN a few weeks ago, public with a unique URL for each wall, except it didn't have shared mouse pointers. What was that post?
Ask HN: Review my startup: http://sparkwall.me
11–20 of 26 posts
Re: Ask HN: Review my startup: http://sparkwall.me
#12I recall something exactly like this on HN a few weeks ago, public with a unique URL for each wall, except it didn't have shared mouse pointers. What was that post?
Interesting. Couldn't find any post of it. If someone remember the name or post, please reply here. Good to know about similar products. :)
Re: Ask HN: Review my startup: http://sparkwall.me
#13Are you using node.js for the whole stack? Or is there a Rails app running alongside for doing user accounts, payments, the marketing site/landing page etc?
Re: Ask HN: Review my startup: http://sparkwall.me
#14Earlier quoted context omitted.
Interesting. Couldn't find any post of it. If someone remember the name or post, please reply here. Good to know about similar products. :)
Here it is: http://corkboard.me/Ix1gsxLPuz http://news.ycombinator.com/item?id=2486982 http://news.ycombinator.com/item?id=1962554
Re: Ask HN: Review my startup: http://sparkwall.me
#15What features are you planning on rolling out?
Re: Ask HN: Review my startup: http://sparkwall.me
#16Are you using node.js for the whole stack? Or is there a Rails app running alongside for doing user accounts, payments, the marketing site/landing page etc?
It's all built on node.js. We used rails before to handle user accounts and static pages but realized we could make it all with node.js and MongoDB instead with some cool template language. :)
Re: Ask HN: Review my startup: http://sparkwall.me
#17I like it. Good MVP. I could see my ecommerce company using it. What features are you planning on rolling out?
Re: Ask HN: Review my startup: http://sparkwall.me
#18Earlier quoted context omitted.
It's all built on node.js. We used rails before to handle user accounts and static pages but realized we could make it all with node.js and MongoDB instead with some cool template language. :)
Are you using a library for the user stuff in mongo/node, if you don't mind me asking? I haven't found anything that seems better than devise/cancan.