Creating tide (๐ŸŒŠ) web-server linux (.deb) binary with rust

What?? Updated: 2020-06-24 We are going to make a demo linux web-server with systemd , config file and installable .deb binary in rust. I have been creating web-servers in Node.js for a while. When it comes to running it in production almost always I end up using a solution like pm2 or nodemon to keep the service up and use nginx or apache as reverse proxy to that service. This tutorial is written for people who are fairly new to rust and linux. If you are a developer with battle scars you might get a little out of it ๐Ÿ˜‰ so please bear with me. You can also look at the repo here . ...

January 29, 2019 ยท 7 min ยท Harry Gill  |