2015年11月28日 星期六

javascript socket api

javascript socket api

Mozilla MDN WebSockets

Writing WebSocket client applications

WebSocket in HTML5

SOCKET.IO 1.0 IS HERE

HTML5 WebSocket Security (wss) is Strong

http://stackoverflow.com/questions/12407778/connecting-to-tcp-socket-from-browser-using-javascript

http://www.w3.org/TR/raw-sockets/ 


W3C WebIDL 中文說明

https://developer.mozilla.org/en-US/docs/Web/API/TCPSocket


whiteout-io/tcp-socket · GitHub

javascript tcp socket:

WebTCP: Making TCP connections from Browser

WebIDL bindings

WebIDL Extended Attribute 大解密

Web IDL interfaces

Web IDL slides

WebIDL 簡介

Re: WebIDL 簡介

小y的小檔案

gasolin的小檔案

愛聞插低的小檔案

Connecting to TCP Socket from browser using javascript

stackoverflow.com/.../connecting-to-tcp-socket-from-brow...

翻譯這個網頁
2012年9月13日 - I have a vb.net application that opens a socket and listens on it. I need ... As for your problem, currently you will have to depend on XHR or ...

Node.js tcp client and server example · GitHub

https://gist.github.com/tedmiston/5935757

翻譯這個網頁
2015年11月20日 - In the node.js intro tutorial (http://nodejs.org/), they show a basic tcp... http://www.hacksparrow.com/tcp-socket-programming-in-node-js.html.) */.

net Node.js v5.1.0 Manual & Documentation

https://nodejs.org/api/net.html

翻譯這個網頁
This object is an abstraction of a TCP or local socket. net. ... or they can be created by Node.js and passed to the user through the 'connection' event of a server.

TCPSocket API - Gecko DOM 參考| MDN

developer.mozilla.org › MDN › Gecko DOM 參考

2013年8月27日 - 此處將以JavaScript 格式存取原始的TCP socket API。此API 目前僅可用於FirefoxOS 許可/認證的App。

WebTCP: Making TCP connections from Browser - {cool_title}

artemyankov.com/tcp-client-for-browsers

翻譯這個網頁
2012年11月27日 - There is no simple way to create TCP sockets in Javascript on a browser side. Although solutions like Websockets allow to create something ...

TCP Socket Programming in Node.js - Hack Sparrow

www.hacksparrow.com/tcp-socket-programming-in-node-...

翻譯這個網頁
2011年10月26日 - Programming TCP Sockets in Node.js Eager to know how socketsare programmed in Node? There are three variants of sockets in Node - i.

Comet Daily » Blog Archive » Sockets in the Browser

cometdaily.com/2008/07/01/sockets-in-the-browser/

翻譯這個網頁
2008年7月1日 - The name of the API is TCPSocket and you can use it like this: .... client in JavaScript that uses TCPSocket and runs in the browser, so you can ...

How to Form a TCP Connection Between a JavaScript ...

pharos.ece.utexas.edu/.../How_to_Form_a_TCP_Connecti...

翻譯這個網頁
2011年10月6日 - How to Form a TCP Connection Between a JavaScript Program and Java ... <head> <title>TCP Socket test</title> <script type="text/javascript" ...

SimpleExample - Google Code

https://code.google.com/p/jsocket/wiki/SimpleExample

翻譯這個網頁
<script type='text/javascript'> // Host we are connecting to var host = 'localhost'; // Port we are connecting on var port = 3000; var socket = new jSocket();

TCPSocket: Sockets in the browser - Ajaxian

ajaxian.com/archives/tcpsocket-sockets-in-the-browser

翻譯這個網頁
2008年7月1日 - javascript. < view plain text >. var conn = new TCPSocket(hostname, port). conn.onopen = function() { alert('connection opened!') } conn.onread ...

沒有留言:

張貼留言