源码聚合搜索 - 壹搜网为您找到"

Simple secure websocket (wss) chat using Node.js server and Jquery client

"相关结果 60条

using

The using declaration declares block-scoped local variables that are synchronously disposed. Like const, variables declared with using must be initialized and cannot be reassigned. The variable's value must be either null, undefined, or an object with a [Symbol.dispose]() method. When the variable goes out of scope, the [Symbol.dispose]() method of the object is called, to ensure that resources are freed.
developer.mozilla.org

websocket试用 - 苹果的个人空间 - OSCHINA - 中文开源技术交流社区

websocket 1.通过websocket协议握手 2.后续通过tcp流方式交互 这个文章可以作为一个协议简介 在PC上试用,winxp,软件包选用了WebSocket-Node,websocket协议的nodejs扩展包 安装: * npm install -g node-gyp * npm
my.oschina.net

Secure Sockets Layer (SSL)

Secure Sockets Layer, or SSL, was the old standard security technology for creating an encrypted network link between a server and client, ensuring all data passed is private and secure. The current version of SSL is version 3.0, released by Netscape in 1996, and has been superseded by the Transport Layer Security (TLS) protocol.
developer.mozilla.org

Node.js最新Web技术栈(2016年4月) - i5ting的个人空间 - OSCHINA - 中文开源技术交流社区

Node.js最新Web技术栈(2016年4月) 上一次的发布的是[精华 Node.js最新Web技术栈(2015年5月)](https://cnodejs.org/topic/55651bf07d4c64752effb4b1),感谢大家喜爱,值此koa2.0发布后,决定再次升级技术栈 Node.j
my.oschina.net

Client-side tooling overview

In this article, we provide an overview of modern web tooling, what kinds of tools are available and where you'll meet them in the lifecycle of web app development, and how to find help with individual tools.
developer.mozilla.org

Using Node.js as a simple web server - Stack Overflow

Using Node.js as a simple web server Ask Question Asked10 years, 1 month ago Active18 days ago Viewed1.2m times 1181 I want to run a very simple HTTP
stackoverflow.com

Example and tutorial: Simple synth keyboard

This article presents the code and working demo of a video keyboard you can play using the mouse. The keyboard allows you to switch among the standard waveforms as well as one custom waveform, and you can control the main gain using a volume slider beneath the keyboard. This example makes use of the following Web API interfaces: AudioContext, OscillatorNode, PeriodicWave, and GainNode.
developer.mozilla.org

开源Nodejs微服务项目推荐:micro - i5ting的个人空间 - OSCHINA - 中文开源技术交流社区

https://github.com/zeithq/micro _**Micro —** Async HTTP microservices_ ## Features * **Easy**. Designed for usage with `async` and `await` ([more](htt
my.oschina.net

Building the server

In this article we'll set up the server for our phone app. The server file will look like a regular Express server file with one difference, the Peer server.
developer.mozilla.org