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

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

"相关结果 30条

WebSocket

The WebSocket object provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection.
developer.mozilla.org

Node.js + WebSocket 实现的简易聊天室_weixin_33722405的博客-CSDN博客

本实例程序在Windows下测试通过。 上述实例支持以下浏览器: Firefox 7-9 (Old) (Protocol Version 8) Firefox 10+ (Protocol Version 13) Chrome 14,15 (Old) (Protocol Version 8) Chro
blog.csdn.net

Server timing

Server-Timing is a part of the Performance API and allows servers to communicate metrics about the request-response cycle to the user agent. You can collect this information and act on server-side metrics in the same way as all the other metrics processed with the Performance API.
developer.mozilla.org

nodejs实现实时聊天,超简单||WebSocket_nodejs在线聊天_this.Bug不是我写的的博客-CSDN博客

nodejs实现实时聊天,超简单||WebSocket 首先初始化一个项目 npm init 1 安装ws模块 npm install ws--save 1 编辑服务端代码 //新建server.js文件// 服务器端letWBSokcet=require("ws").Server;letws=ne
blog.csdn.net

Client-side storage

Modern web browsers support a number of ways for websites to store data on the user's computer — with the user's permission — then retrieve it when necessary. This lets you persist data for long-term storage, save sites or documents for offline use, retain user-specific settings for your site, and more. This article explains the very basics of how these work.
developer.mozilla.org

集成node.js中的websocket - 名太短的个人空间 - OSCHINA - 中文开源技术交流社区

集成node.js中的websocket,只需要执行命令npm install nodejs-websocket即可 服务器端代码如下: var ws = require('nodejs-websocket'); //var connection = require('connection'); v
my.oschina.net

Using HTTP cookies

A cookie (also known as a web cookie or browser cookie) is a small piece of data a server sends to a user's web browser. The browser may store cookies, create new cookies, modify existing ones, and send them back to the same server with later requests. Cookies enable web applications to store limited amounts of data and remember state information; by default the HTTP protocol is stateless.
developer.mozilla.org

Node.js网络通信方式:WebSocket协议_Data菌的博客-CSDN博客

Data菌 于 2021-12-28 15:01:26 发布 11781 分类专栏:Node.js文章标签:websocketnode.js网络协议 版权 Node.js专栏收录该内容 46 篇文章4 订阅 订阅专栏 上篇介绍了Http协议,本篇介绍WebSocket通信协议。与Http协议“被动”
blog.csdn.net

Sec-WebSocket-Version header

The HTTP Sec-WebSocket-Version request and response header is used in the WebSocket opening handshake to indicate the WebSocket protocol supported by the client, and the protocol versions supported by the server if it does not support the version specified in the request.
developer.mozilla.org

atlassian/server-client-plugins

A build environment for the needs of the Atlassian Server Client Plugins
hub.docker.com