TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What would you use to build a Tinder back end?

3 点作者 tjtang超过 10 年前
Starting a side project to play around with some new tech stacks. Recommendations please on what will be best to build the recommendation algorithms for Tinder?

2 条评论

wallflower超过 10 年前
In case you didn&#x27;t see this: <a href="http://crockpotveggies.com/2015/02/09/automating-tinder-with-eigenfaces.html" rel="nofollow">http:&#x2F;&#x2F;crockpotveggies.com&#x2F;2015&#x2F;02&#x2F;09&#x2F;automating-tinder-with...</a>
sgslo超过 10 年前
I&#x27;ve built a tinder-like app using rails on the back end. It was very straightforward. In my case, a &quot;user&quot; would like an &quot;item&quot;. Users had many Items, and vice versa. The two were related by &quot;line_items&quot;.