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

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

"相关结果 90条

Using interest invokers

Interest invokers provide a mechanism for updating an interface or running custom code when a user "shows interest" or "loses interest" in an element (for example, by hovering or unhovering it). They are most commonly used to show and hide popovers. This guide explains the concepts behind interest invokers, what their use cases are, and how to use them.
developer.mozilla.org

借助Nodejs探究WebSocket - Seas0n_的个人页面 - OSCHINA - 中文开源技术交流社区

文章导读: 一、概述-what's WebSocket? 二、运行在浏览器中的WebSocket客户端+使用ws模块搭建的简单服务器 三、Node中的WebSocket 四、socket.io 五、扩展阅读 一、概述-what's WebSocket? 1.1 为什么我们需要WebSocket这样的
my.oschina.net

Using templates and slots

This article explains how you can use the and elements to create a flexible template that can then be used to populate the shadow DOM of a web component.
developer.mozilla.org

基于node-websocket-server的简易聊天工具_u010730609的专栏-CSDN博客

搭建WebSocket简易聊天室 weixin_33686714的博客 123 本文,我们通过Egret和Node.js实现一个在线聊天室的demo。主要包括:聊天,改用户名,查看其他用户在线状态的功能。大致流程为,用户访问网页,即进入聊天状态,成为新游客,通过底部的输入框,可以输入自己想说的话,点
blog.csdn.net

Using the CSS Painting API

The CSS Paint API is designed to enable developers to programmatically define images which can then be used anywhere a CSS image can be invoked, such as CSS background-image, border-image, mask-image, etc.
developer.mozilla.org

node.js + express + sqlserver构建简单的后台服务_express sqlserver_吞肥皂吐泡泡的博客-CSDN博客

node.js + express + sqlserver构建简单的后台服务 吞肥皂吐泡泡 于 2020-03-27 16:36:30 发布 2590收藏15 文章标签:node.jsvue.jsjavascript 版权 node.js + express + sqlserver构建简单的后台服务
blog.csdn.net

Using classes

JavaScript is a prototype-based language — an object's behaviors are specified by its own properties and its prototype's properties. However, with the addition of classes, the creation of hierarchies of objects and the inheritance of properties and their values are much more in line with other object-oriented languages such as Java. In this section, we will demonstrate how objects can be created from classes.
developer.mozilla.org

基于SocketIO在Nodejs上构建Web聊天室(系列一) - 专业成就梦想 - 顽Shi - OSCHINA - 中文开源技术交流社区

为了创建一个web聊天室,那么首先和传统信息项目不一样的地方在于,我们不止要从服务器端获取信息,同时我们还需要服务器主动的给我们推送数据.推送这个词我觉得很好,不仅仅是浏览器客户端将信息或者请求发送给服务器,服务器也要主动的将信息发送给客户端. socket.io 是一个为实时应用提供跨平台
my.oschina.net

WindowClient

The WindowClient interface of the ServiceWorker API represents the scope of a service worker client that is a document in a browsing context, controlled by an active worker. The service worker client independently selects and uses a service worker for its own loading and sub-resources.
developer.mozilla.org