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

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

"相关结果 50条

Using the Fetch API

The Fetch API provides a JavaScript interface for making HTTP requests and processing the responses.
developer.mozilla.org

node.js - Simple webservice with node-soap - Stack Overflow

8 I am trying to implement a simple web service using SOAP using Node Js and node-soap, but the client side seems to have problems using the server. a
stackoverflow.com

Using files from web applications

Using the File API, web content can ask the user to select local files and then read the contents of those files. This selection can be done by either using an HTML element or by drag and drop.
developer.mozilla.org

【打造一个nodejs Web框架(1)】搭建框架 - SevensChan的个人空间 - OSCHINA - 中文开源技术交流社区

前言 最近有点小空,打算做一个nodejs框架玩玩。作为一个一直被JAVA和PHP荼毒的developer,所以框架大体会参考PHP的CI,ThinkPHP和JAVA的Jfinal。 预备 其实一个WEB框架并不难,按预定规则搭好能接收request处理request再返回response,就已经是
my.oschina.net

WebSocket: close event

The close event is fired when a connection with a WebSocket is closed.
developer.mozilla.org

node.js - ExpressJS & Websocket & session sharing - Stack Overflow

28 I'm trying to make a chat application based on Node.js. I'd like to force websocket server (ws library) to using ExpressJS session system. Unfort
stackoverflow.com

Building an Internet-Connected Phone with PeerJS

One of WebRTC's main issues is that it is pretty complicated to use and develop with — handling the signalling service and knowing when to call the right endpoint can get confusing. But there is some good news; PeerJS is a WebRTC framework that abstracts away all of the ice and signalling logic so that you can focus on the functionality of your application. There are two parts to PeerJS, the client-side framework and the server.
developer.mozilla.org

μWebSockets.js 介绍 - CNode技术社区

最近看到一份web 框架性能对比, 结果如下 心想这个 nanoexpress 是个啥, 咋从来没听过.看了看了他就是套了一层 μWebSockets.js. 那么 μWebSockets.js 又是什么鬼 μWebSockets.js是一个 C++ 写的 node 扩展. 一个 Node 的
cnodejs.org

asm.js

Asm.js is a specification defining a subset of JavaScript that is highly optimizable. This article looks at exactly what is permitted in the asm.js subset, what improvements it confers, where and how you can make use of it, and further resources and examples.
developer.mozilla.org