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

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

"相关结果 20条

The WebSocket API (WebSockets)

The WebSocket API makes it possible to open a two-way interactive communication session between the user's browser and a server. With this API, you can send messages to a server and receive responses without having to poll the server for a reply.
developer.mozilla.org

Node.js + Web Socket 打造即时聊天程序嗨聊 - SegmentFault 思否

思否编辑部发布于2014-04-23前端一直是一块充满惊喜的土地,不仅是那些富有创造性的页面,还有那些惊赞的效果及不断推出的新技术。像node.js这样的后端开拓者直接将前端人员的能力扩大到了后端。瞬间就有了一统天下的感觉,来往穿梭于前后端之间代码敲得飞起,从此由前端晋升为'前后端'。图片来自G+本
segmentfault.com

Writing a WebSocket server in JavaScript (Deno)

This example shows you how to create a WebSocket API server using Deno, with an accompanying web page.
developer.mozilla.org

websocketnode.js - CNode技术社区

发布于 10 年前作者addcn4302 次浏览最后一次编辑是 6 年前 参考网上的资料,成功跑起来的代码(下载完整代码) 实现的功能:nodejs建立web服务器,实时输出“iostat -c 2”的结果,客户端发送命令时,输出请求的命令。完整的代码或使用方法请参考压缩包裡的iostat-serv
cnodejs.org

WebSocket: WebSocket() constructor

The WebSocket() constructor returns a new WebSocket object and immediately attempts to establish a connection to the specified WebSocket URL.
developer.mozilla.org

使用node.js如何简单快速的搭建一个websocket聊天应用 - maomincoding的个人空间 - OSCHINA - 中文开源技术交流社区

初始化项目 npm init 安装nodejs-websocket npm install nodejs-websocket 创建并编辑启动文件 创建一个名为app.js文件,并且编辑它。 var ws = require("nodejs-websocket"); console.log("开始建立
my.oschina.net

Server-side web frameworks

The previous article showed you what the communication between web clients and servers looks like, the nature of HTTP requests and responses, and what a server-side web application needs to do in order to respond to requests from a web browser. With this knowledge under our belt, it's time to explore how web frameworks can simplify these tasks, and give you an idea of how you'd choose a framework for your first server-side web application.
developer.mozilla.org

javascript - 2022 年用于 Node.js 的顶级 WebSocket 库 - 前端全栈开发者 - SegmentFault 思否

2022 年用于 Node.js 的顶级 WebSocket 库 发布于 2022-03-07 English   在这篇文章中,我们将讨论2022年你应该考虑的八个Node.js WebSocket库。 SockJS ws Socket.IO Faye WebSocket SocketCluste
segmentfault.com

Secure contexts

A secure context is a Window or Worker for which certain minimum standards of authentication and confidentiality are met. Many Web APIs and features are accessible only in a secure context. The primary goal of secure contexts is to prevent MITM attackers from accessing powerful APIs that could further compromise the victim of an attack.
developer.mozilla.org