javascript - How can Rebol READ asynchronous pluggable protol it herself implements -
this article shows how implement asynchronous pluggable protocol in rebol can read firefox or ie or command line http://www.devx.com/webdev/article/17120/0/page/1
so example if define reb:// protocol type in browser , execute handler in rebol.
but how can rebol interpret same reb:// when doing read:
read reb://blahblahblah
you have build protocol handler , embed within rebol system scheme converts reb:// can interact port object.
there few rebol scheme tutorials on net.
you can @ scheme handlers directly if want in order modify them. has been required in past fix aging protocols ftp. (sometimes single server software).
for example
probe system/schemes/whois
this oldest best article on subject. strictly r2. http://www.rebolforces.com/articles/protocols/
Comments
Post a Comment