Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » WebSocket
Programming tutorial - IT technology blog
Posted inProgramming

Building High-Concurrency Web Apps with Elixir and Phoenix Framework: From Setup to Production

May 21, 2026
Elixir and Phoenix Framework use the BEAM virtual machine's lightweight process model to handle millions of concurrent connections without the thread pool bottlenecks common in other stacks. This guide walks through installation, WebSocket channel configuration, production deployment with Mix releases, and real-time monitoring using LiveDashboard and IEx.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Building Real-time Apps with WebSocket: A Practical Node.js to Deployment Guide

March 28, 2026
This guide covers building real-time applications with WebSockets and Node.js. It details various real-time approaches, their pros and cons, and a recommended setup featuring Node.js, the `ws` library, PM2, and Nginx. Follow practical code examples from development to a production-ready deployment.
Read More
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top