Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
143 captures
04 Feb 2019 - 15 Jul 2025
JulNOVDec
Previous capture26Next capture
201820192021
success
fail
COLLECTED BY
Organization:Mark Graham's Archive-IT Collections
This is a set of web collections curated by Mark Graham using theArchive-IT service of theInternet Archive.

They include web captures of the ISKME.org website as well as captures from sites hosted by IGC.org.



These web captures are available to the general public.

For more information about this collection please feel free to contact Mark viaSend Mail
Collection:General Crawls
Archive-It Partner 1028: Mark Graham - Collection 8332: General Crawls
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20191126054607/https://github.com/uNetworking/uWebSockets.js
Skip to content
Sign in Sign up

/uWebSockets.js

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up
μWebSockets for TypeScript & JavaScript backends
C++CJavaScriptMakefile
Branch:master
Clone or download

Clone with HTTPS

Use Git or checkout with SVN using the web URL.

Launching GitHub Desktop...

If nothing happens,download GitHub Desktop and try again.

Launching GitHub Desktop...

If nothing happens,download GitHub Desktop and try again.

Launching Xcode...

If nothing happens,download Xcode and try again.

Launching Visual Studio...

If nothing happens,download the GitHub extension for Visual Studio and try again.

@alexhultman
Latest commit 4f6c9d8Nov 19, 2019

README.md

µWebSockets.js™ (it's "micro") is simple, secure[1]& standards compliant[2]web I/O for the most demanding[3]of applications.

TypeScript docsRead more & user manual (C++ project)

© 2016-2019, >39,632,272 downloads

In a nutshell.

Think of it as a complete replacement to both Express.js and Socket.IO, written entirely in C/C++ for maximum performance and reliability. There are tons ofexamples but here's the gist of it all:

/* Non-SSL is simply App()*/require('uWebSockets.js').SSLApp({/* There are tons of SSL options*/  key_file_name:'misc/key.pem',  cert_file_name:'misc/cert.pem',  }).ws('/*', {/* For brevity we skip the other events*/message: (ws,message,isBinary)=> {let ok=ws.send(message, isBinary);  }  }).any('/*', (res,req)=> {/* Let's deny all Http*/res.end('Nothing to see here!');  }).listen(9001, (listenSocket)=> {if (listenSocket) {console.log('Listening to port 9001');  }  });

Ready all thrusters.

Install withnpm install uNetworking/uWebSockets.js#v16.4.0 or any suchrelease. No compiler needed.

Pay what you want.

Commercially developed on a sponsored/consulting basis; BitMEX, Bitfinex and Coinbase are current or previous sponsors. Contactme, the author for support, feature development or consulting/contracting.

Know thy legal matters.

µWebSockets.js is intellectual property licensed Apache 2.0 with limitations on trademark use. Forks must be clearly labelled as such and must not be confused with the original.

You can’t perform that action at this time.

[8]ページ先頭

©2009-2025 Movatter.jp