this post was submitted on 05 Jul 2023
0 points (NaN% liked)

Programming

13226 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I have looked at Google Cloud Run, Microsoft Azure and Kamatera so far. These are free trials, and I deleted and removed all projects after playing with them.

I am working on a chatting application for my portfolio. I'm using MERN to create the app and I can run it locally and connect to the local server with any device on the network. Before I got into this I didn't realize setting up a cloud server was going to be so confusing, and that's after trying to watch tutorials on youtube and going through documentation.

On google, people have talked about VM Instances, (Bare Metal Solution?) Servers, networks, VPC's, VPC Networks, serverless VPC, etc. and I have explored all of these things and I just don't understand why it's so hard to get a node.js file running somewhere remote.

Microsoft Azure and Kamatera were pretty much the same experience.

I'm not the smartest or faster person, I've got cognitive issues, but if anyone can kind of give me some simple steps or explanations to get me started in the right direction, I'd really appreciate it.

I don't need a complete write-up or guide, just a push in the right direction for my specific project, which is just getting my node.js code somewhere so the client can connect to through it. I think?

you are viewing a single comment's thread
view the rest of the comments
[–] s3rvant@beehaw.org 1 points 1 year ago (1 children)

Yeah, bigger solutions like Azure, AWS, etc. have some cool features especially for scaling but... that comes with its own headaches.

For earlier stages I personally much prefer a simple VPS where I can freely do what I want with it including total wipes, snapshots / rollbacks, etc.

[–] reric88@beehaw.org 2 points 1 year ago* (last edited 1 year ago) (1 children)

Hey man, so Linode worked after a long time wrapping my head around how to get things up and running. It was a huge learning experience, but the "fewer options" all over the dashboard helped steer me in the right direction. As my first successful deployment of an app it isn't much and there are issues, but I'm really proud of what I've accomplished! Take a look at the cat app I'm working on! I probably don't need to tell you this but don't enter personal information in the chat, it is not secure. nostchat.ddns.net

[–] s3rvant@beehaw.org 2 points 1 year ago (1 children)

Cool concept! And congrats on getting it up and running :)

[–] reric88@beehaw.org 1 points 1 year ago