RosettaCodeData/Task/Sockets/J/sockets.j

6 lines
367 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
coinsert'jsocket' [ require 'socket' NB. Sockets library
socket =. >{.sdcheck sdsocket'' NB. Open a socket
host =. sdcheck sdgethostbyname 'localhost' NB. Resolve host
sdcheck sdconnect socket ; host ,< 256 NB. Create connection to port 256
sdcheck 'hello socket world' sdsend socket , 0 NB. Send msg