Serialization in python network app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Serialization in python network app

I have simple socket client server chat made in python. One main room, you type nickname and log in. Do you have any idea how to save messages so anyone who log in will have displayed all messages?

4th Mar 2019, 1:52 PM
Buckethead
Buckethead - avatar
3 Answers
+ 1
Try to use sql with python
4th Mar 2019, 3:09 PM
Anwar
Anwar - avatar
+ 1
No, i need somerhing internal around only python. It could be simple test file but i would like to do it with json or maybe pickle?
4th Mar 2019, 3:25 PM
Buckethead
Buckethead - avatar
0
In my opinion, using json or pickle for this is not handy and secured for the developer
5th Mar 2019, 11:44 PM
Anwar
Anwar - avatar