canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
(New page: * NSPR Socket Manipulation Functions https://developer.mozilla.org/en/NSPR_API_Reference/I%2f%2fO_Functions#Socket_Manipulation_Functions * W3 WebSocket interface http://dev.w3.org/html5/...) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
* NSPR Socket Manipulation Functions https://developer.mozilla.org/en/NSPR_API_Reference/I%2f%2fO_Functions#Socket_Manipulation_Functions | * NSPR Socket Manipulation Functions https://developer.mozilla.org/en/NSPR_API_Reference/I%2f%2fO_Functions#Socket_Manipulation_Functions | ||
* W3 WebSocket interface http://dev.w3.org/html5/spec/Overview.html#network | * W3 WebSocket interface http://dev.w3.org/html5/spec/Overview.html#network | ||
* v8cgi has a Socket class | * v8cgi has a [http://code.google.com/p/v8cgi/wiki/API#Socket_functions Socket] class | ||
* jslibs jsio module This module is based on Netscape Portable Runtime (NSPR) that provides a platform-neutral API for system level and libc like functions. http://code.google.com/p/jslibs/wiki/jsio | * jslibs jsio module This module is based on Netscape Portable Runtime (NSPR) that provides a platform-neutral API for system level and libc like functions. http://code.google.com/p/jslibs/wiki/jsio | ||
* Synchronet provides a Socket class that supports TCP and UDP sockets and provides a fairly complete wrapper for the Berkeley Sockets API: http://synchro.net/docs/jsobjs.html#Socket | * Synchronet provides a Socket class that supports TCP and UDP sockets and provides a fairly complete wrapper for the Berkeley Sockets API: http://synchro.net/docs/jsobjs.html#Socket | ||