Logo Aaryan's Blog

Express

Just did my first professional TypeScript project

After 4-5 years with JavaScript (and loving it), I finally decided to give TypeScript a chance. Just coded a contract-based project with it. Both backend and frontend (react) were programmed in TypeS ...

How to pass socket.io to express routes in files?

Socket.io is a popular library used to enable live (real-time) communication across server and client(s). It uses events to receive to transmit data. We'll be discussing how to use it with Express rou ...

How to Setup Https on Express Server Using Letsencrypt

Not having SSL these days just won't do. After deploying my personal website, I couldn't help but notice that Chrome and Safari were showing 'not secure' in the address bar. Setting up SSL is quite ...

Page 1 of 1