Liking cljdoc? Tell your friends :D

chromex.app.sockets.tcp

clj

Use the chrome.sockets.tcp API to send and receive data over the network using TCP connections. This API supersedes the TCP functionality previously found in the chrome.socket API.

Use the chrome.sockets.tcp API to send and receive data over the
network using TCP connections. This API supersedes the TCP functionality
previously found in the chrome.socket API.

  * available since Chrome 33
  * https://developer.chrome.com/apps/sockets.tcp
raw docstring

chromex.app.sockets.tcp-server

clj

Use the chrome.sockets.tcpServer API to create server applications using TCP connections. This API supersedes the TCP functionality previously found in the chrome.socket API.

Use the chrome.sockets.tcpServer API to create server
applications using TCP connections. This API supersedes the TCP functionality
previously found in the chrome.socket API.

  * available since Chrome 33
  * https://developer.chrome.com/apps/sockets.tcpServer
raw docstring

chromex.app.sockets.udp

clj

Use the chrome.sockets.udp API to send and receive data over the network using UDP connections. This API supersedes the UDP functionality previously found in the 'socket' API.

Use the chrome.sockets.udp API to send and receive data over the
network using UDP connections. This API supersedes the UDP functionality
previously found in the 'socket' API.

  * available since Chrome 33
  * https://developer.chrome.com/apps/sockets.udp
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close