Skip to content Skip to sidebar Skip to footer
Showing posts with the label Chat

Django Valueerror: No Route Found For Path 'ws/chat//'

I'm working on making a simple chat app using this tutorial from youtube (github link here: LIN… Read more Django Valueerror: No Route Found For Path 'ws/chat//'

Connecting A ' Local Network ' Python Chatroom To The ' Internet '

so i tried to make a simple chat room with python 3.8 , with a simple twist that instead of having … Read more Connecting A ' Local Network ' Python Chatroom To The ' Internet '

Django Chat App: Websocket Connection To Wss://... Failed

I have an instant chat app working successfully on my localhost, but after deploying to Heroku I go… Read more Django Chat App: Websocket Connection To Wss://... Failed

Send/sync Variable/text Over Lan In Python 3

OK, I wanted to make an python application that allows me to send a message over LAN. Here's th… Read more Send/sync Variable/text Over Lan In Python 3

How To Make A Chat Like Ui Using Python Urwid?

I alreay can implement chat daemons using gevent and zeromq, but I'd like to make a console UI … Read more How To Make A Chat Like Ui Using Python Urwid?

Send/sync Variable/text Over LAN In Python 3

OK, I wanted to make an python application that allows me to send a message over LAN. Here's th… Read more Send/sync Variable/text Over LAN In Python 3