CLIENT / STUDENT PROJECT

LAN Chat Application

Realtime · Networking

Client · Student project Available

Real-time LAN messaging application using Django Channels and WebSockets for room-based communication and persistent message history.

PythonDjangoChannelsWebSocketsSQLite
LAN Chat Application project preview

The LAN Chat Application is a real-time messaging system designed to allow users connected to the same network to communicate through a browser-based interface.

The project combines persistent Django application data with WebSocket communication to support live messaging without requiring constant page refreshes.