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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I made a simple starter web app in Node.js

1 点作者 tomjacobs超过 2 年前
I have this problem every year or so; I want to create a web app that has the basics: a database, user sign in, runs on AWS, a templating engine, and has a small learning curve so that I don&#x27;t have to learn five new skills and frameworks at the same time just to get started. But there&#x27;s always a new javascript framework system to learn, always new little gotchas to get me, and always promising new concepts to wrap my head around...<p>So I put together a very simple web app, with technologies that I understand: Javascript, jQuery, Node.js (basic knowledge), SQLite, and just one new thing to me: Passport, so that I don&#x27;t have to write my own cookies etc for saving user login sessions in the browser.<p>Code is here for download:<p>https:&#x2F;&#x2F;github.com&#x2F;tjacobs&#x2F;Basic-Web-App-Template<p>https:&#x2F;&#x2F;medium.com&#x2F;@TomPJacobs&#x2F;basic-web-app-template-30682de9a834<p>Even if it doesn&#x27;t help you, I hope that next year when I have a new idea, this will save me many days of getting distracted going down shiny new software technology rabbit holes...

1 comment

tomjacobs超过 2 年前
Not sure how to add links: <a href="https:&#x2F;&#x2F;github.com&#x2F;tjacobs&#x2F;Basic-Web-App-Template" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tjacobs&#x2F;Basic-Web-App-Template</a>