OT - networking in python

0 views
Skip to first unread message

Vojtěch Polášek

unread,
Jan 28, 2012, 4:04:02 AM1/28/12
to soundr...@googlegroups.com
Hello,
I'm just thinking about creating some game with client server model.
What networking features do you recommend me?
Do you use standard python socks inplementation? Or do you use any other
libraries?
Thank you,
Vojta

Willem Venter

unread,
Jan 28, 2012, 5:26:35 AM1/28/12
to soundr...@googlegroups.com
Hi. Python sockets can do everything you need.

> --
> You received this message because you are subscribed to the Google Groups
> "soundRTSChat" group.
> To post to this group, send email to soundr...@googlegroups.com.
> To unsubscribe from this group, send email to
> soundrtschat...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/soundrtschat?hl=en.
>
>

SoundMUD

unread,
Feb 1, 2012, 3:27:27 PM2/1/12
to soundr...@googlegroups.com
I'm using asyncore and asynchat for the server, and telnetlib for the
client. I started by editing the code of a chat server which used
these modules. It's working but better solutions might exist.

2012/1/28 Willem Venter <dwil...@gmail.com>:

Reply all
Reply to author
Forward
0 new messages