Re: new Eu version, no built-in socks yet
- Posted by Bernie Ryan <bwryan at PCOM.NET> Nov 25, 1999
- 483 views
>Not much, why do you ask? Altho i guess if they were supported, one could >write a server, or talk to one, or talk to other puters on an intranet > like a linux Eu app on a linux box connected to the internet, and a win98 >box running windoze apps ), linking various Eu apps on the same puter,, or >other such things. > >Kat This sounds like an internet server to me not a language like Euphoria. This is from the reference that you cited: Besides REBOL's high level support for protocols, such as HTTP, FTP and SMTP, REBOL also provides support for low-level port access. Ports can be used to access files, the console and for networks. This chapter will concentrate on networking. Ports are the key to implementing REBOL Internet servers, such as web servers or chat servers. Schemes control how ports act. Networking is typically based on the tcp scheme.