Benjamin Risher writes:
> On Friday, November 28, 2014 6:12:20 AM UTC-6, Akira Li wrote:
>> Benjamin Risher writes:
>>
>> > Hello all,
>> >
>> > I'm working on a project to learn asyncio and network programming.
>> > What I'm trying to do is forward a connection from myself to
>> > another machi
On Friday, November 28, 2014 6:12:20 AM UTC-6, Akira Li wrote:
> Benjamin Risher writes:
>
> > Hello all,
> >
> > I'm working on a project to learn asyncio and network programming. What
> > I'm trying to do is forward a connection from myself to another machine.
> > Kind of like an asynchronou
Benjamin Risher writes:
> Hello all,
>
> I'm working on a project to learn asyncio and network programming. What I'm
> trying to do is forward a connection from myself to another machine. Kind of
> like an asynchronous python implementation of fpipe.
>
> In a nutshell:
>
> 1 --> start a serve
Hello all,
I'm working on a project to learn asyncio and network programming. What I'm
trying to do is forward a connection from myself to another machine. Kind of
like an asynchronous python implementation of fpipe.
In a nutshell:
1 --> start a server listening on localhost
2 --> connect