#server
Read more stories on Hashnode
Articles with this tag
I recently needed a super simple webserver to listen to POST requests. Before we used express to host a simple Node server. However, I kept hearing...
We had a short introduction into PM2, a process manager for Node scripts. However, there is one big thing we didn't cover yet, and that's startup...
Ever made a node application? Maybe even an Angular Universal application? Chances are, you might have needed PM2, but didn't know about it yet. PM2...
In Linux systems, by default, the history does not include a timestamp, which can be annoying when you want to see when a command was executed to...
Yesterday we learned how to set up virtual host on Mac OS X, and today I'll show you how to make htaccess work so we can have SEO friendly...
You might remember the days of MAMP/XAMP/WAMP? Well, for Mac OS X, we don't need these tools anymore. It's actually possible to host a website on your...