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//'

How To Get Message From Telegram Groups By Api - Python

I was looking for some way in order to listen and catch new message provide by telegram gropus. I h… Read more How To Get Message From Telegram Groups By Api - Python

Python Socket Receiving Multiple Messages At The Same Time

I'm making a TCP/IP chat with python (3) sockets, and I have been having the same problem over … Read more Python Socket Receiving Multiple Messages At The Same Time