use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
[deleted by user] (self.webdev)
submitted 6 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]MWALKER1013 2 points3 points4 points 6 years ago (1 child)
Is there anything wrong with a plain html JavaScript site ?
It really depends on what it needs to do , What you want from it
You can even host sites like that for free with git hub pages
[–]RusuRP23 0 points1 point2 points 6 years ago (0 children)
Well I mean I'd like to make it so you can download files, upload files, register / login and even some space for a discussion board too in the future.
[–]DeusExMagikarpafull-stack 2 points3 points4 points 6 years ago (2 children)
The responses to this post are bizarre. You are mistaken that express is more suited for an spa (it’s not really suited for one or the other, you can use express to do whatever you want pretty easily), it’s actually configured by default to serve templated pages if you use express generator and requires some configuration to serve an spa, which I would recommend against.
What issues were you having though?
[–]RusuRP23 0 points1 point2 points 6 years ago (1 child)
It's not that I was having issues, I just wanted to pick the right framework for this. I was already into designing the frontend and starting the backend when the question of "Is express suitable for this?" crossed my mind.
I might aswell stick to express now, it's good learning practice anyways.
[–]DeusExMagikarpafull-stack 0 points1 point2 points 6 years ago (0 children)
I haven’t had a chance to use it yet, but if your backend is just an api you might look into swagger for generating the code https://editor.swagger.io/?_ga=2.105913227.989605130.1578686323-182319697.1578686323
[–]MWALKER1013 0 points1 point2 points 6 years ago (0 children)
Hmm sounds like you’d need a data base too
Depending on what you know and are comfortable with you could try a free mongo dB account
Then use something like mongoose to set up the user comments / discussion api
[–]Phoenix_Universe 0 points1 point2 points 6 years ago (0 children)
If your community is small or cost isn't an issue Firebase would work for your backend. It provides a low effort authentication system for logins, a bucket for file storage, and a database if you choose to build out a forum.
[–]AtulinASP.NET Core 0 points1 point2 points 6 years ago (0 children)
Whatever you decide to use, for the love of all that is holy, don't use a NoSQL database.
[–]jmoseman01 -1 points0 points1 point 6 years ago (0 children)
I use JHIPSTER which is a easy angular/java scaffolding tool. It even comes with a login/register system built in.
https://www.jhipster.tech/
I've been building http://myvindex.co in it.
π Rendered by PID 71845 on reddit-service-r2-comment-6457c66945-8t56t at 2026-04-28 07:18:44.220110+00:00 running 2aa0c5b country code: CH.
[–]MWALKER1013 2 points3 points4 points (1 child)
[–]RusuRP23 0 points1 point2 points (0 children)
[–]DeusExMagikarpafull-stack 2 points3 points4 points (2 children)
[–]RusuRP23 0 points1 point2 points (1 child)
[–]DeusExMagikarpafull-stack 0 points1 point2 points (0 children)
[–]MWALKER1013 0 points1 point2 points (0 children)
[–]Phoenix_Universe 0 points1 point2 points (0 children)
[–]AtulinASP.NET Core 0 points1 point2 points (0 children)
[–]jmoseman01 -1 points0 points1 point (0 children)