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

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

"相关结果 80条

HTTP Client hints

Client hints are a set of HTTP request header fields that a server can proactively request from a client to get information about the device, network, user, and user-agent-specific preferences. The server can determine which resources to send, based on the information that the client chooses to provide.
developer.mozilla.org

巨杉Tech | 使用 SequoiaDB + Docker + Nodejs 搭建 Web 服务器 - 巨杉数据库的个人空间 - OSCHINA - 中文开源技术交流社区

容器化技术的出现大大简化了应用开发人员在构建底层基础设施的工作。SequoiaDB 巨杉数据库于3.2.1版本正式推出了 Docker 容器化部署方案,本文将会基于 SequoiaDB 巨杉数据库与Nodejs的 Docker 镜像搭建一个简易的 Web 服务器。   1、规划部署 我们将会搭建一个
my.oschina.net

await using

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

[源码和文档分享]对JavaScript和node.js研究并实现WEB聊天系统 - adsdfjjd的个人空间 - OSCHINA - 中文开源技术交流社区

摘要 计算机硬件技术的发展带来了极其繁多的显示终端,数据的爆炸式增长也使得展现给用户的界面越来越复杂,交互也变得更加多样化,在这些变化的冲击之下,web随之更新换代,变化速度之快令人咋舌。面对以上问题,web开发技术时刻保持更新,而且开发技术和手段越来越丰富。 基于此,本文将对web领域的一部分新技
my.oschina.net

Client-side rendering (CSR)

Client-side rendering (CSR) refers to the practice of generating HTML content using JavaScript in the browser. CSR is opposed to server-side rendering, where the server generates the HTML content. Both techniques are not mutually exclusive and can be used together in the same application.
developer.mozilla.org

关于WebSocket技术浅析 - Twelve_ZX的个人空间 - OSCHINA - 中文开源技术交流社区

WebSocket技术,是用于服务端与浏览器端的基于TCP/IP的会话协议所兴起的一项技术 但凡TCP/IP协议都会通过三次握手,然后进行会话数据的传输。保证数据的可靠性(在网络技术发达的今天,这点已经不再是问题了) 此项技术放弃了以前的需要定时给服务器发送请求。由服务器刷新数据,然后返回给客户端,
my.oschina.net

Using the Web Audio API

Let's take a look at getting started with the Web Audio API. We'll briefly look at some concepts, then study a simple boombox example that allows us to load an audio track, play and pause it, and change its volume and stereo panning.
developer.mozilla.org

使用ws模块实现Node版WebSocket服务器 - 知乎

这么难言 尼古拉斯码农 4 人赞同了该文章 一、学习node模块ws ws: a Node.js WebSocket libraryws是一个使用简单、速度极快、经过全面测试的WebSocket后端客户端和后端服务器的实现。注:ws模块不能在浏览器中使用,浏览器客户端必须使用原始WebSocket
zhuanlan.zhihu.com

Server-side rendering (SSR)

Server-side rendering (SSR) refers to the practice of generating HTML content on the server and sending it to the client. SSR is opposed to client-side rendering, where the client generates the HTML content using JavaScript. Both techniques are not mutually exclusive and can be used together in the same application.
developer.mozilla.org