How to set up your own CORS proxy server?
10.12.2023 21:43

CORS (Cross-Origin Resource Sharing) — this is a mechanism that allows web pages to request resources from a different domain than the one the web page itself belongs to. A proxy server that …

How to automatically start Tmux sessions when the server starts?
10.12.2023 16:32

When the server is restarted, Tmux sessions are «killed». This script will automatically start the sessions: And set the command to run in Cron: crontab -e @reboot /bin/bash /path-to-the-…

Installation and configuration of Laravel Echo Server
10.12.2023 15:02 (Updated on: 03.03.2024 14:04)

Today we will install and configure the combination of Laravel Echo Server and Socket.IO. Laravel Echo Server is the server-side part of the Laravel Echo package, which allows establishing a connec…

© 2024 az-dd.com | Nuxt.js & Tailwind CSS & Wordpress