Vert.x is a tool-kit for building reactive applications on the JVM
-
Updated
Aug 18, 2020 - Java
Vert.x is a tool-kit for building reactive applications on the JVM
If you are using gnet in your projects and willing to display the name of your project or corporation on the home page, please feel free to open a PR for it.
This is where I show the user cases: User cases of gnet for English, gnet 用户案例 for Chine
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Coroutines, structured concurrency and CSP for Swift on macOS and Linux.
The asynchronous functionality of parallel-ssh is very much appreciated for management tasks. Thank you for this!
For the feature request:
It seems that the open_session() can keep worker allocated for much longer than expected in failure cases. Would it be reasonable to stretch the timeout option of wait_socket() to open_session() ?
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols ... and 1M connections problem solution
High performance reactive SQL Client written in Java
Reduce CPU usage by non-blocking async loop and psychologically speed up in JavaScript
Non-blocking external commands in Go with and streaming output and concurrent-safe access
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
R2DBC MySQL Implementation
Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
High-performance Future implementation for the JVM
A streaming JsonPath processor in Java
Frequently Asked Node.js Interview Questions and Answers
Thread-safe cross-platform event loop library in C++
Fast & Non-blocking Clojure wrapper for Undertow
R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol
WS-Machine is a websocket finite state machine for client websocket connections (Go)
A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.
Non-blocking chunked Base64 encoding
A high-performance async/non-blocking redis client components for dotnet core,default data formater json protobuf and messagepack,support ssl
Add a description, image, and links to the non-blocking topic page so that developers can more easily learn about it.
To associate your repository with the non-blocking topic, visit your repo's landing page and select "manage topics."
https://github.com/apple/swift-nio/blob/a0f6a48ec0f52af49cdf8274757a2bd1ec9f3295/Sources/NIO/NonBlockingFileIO.swift#L494
After discussion with @Lukasa on Discord, it's been shown that the function should not return FileRegion as can be seen from the comments in #975. Hence, just a nit to remove FileRegion from the function docs return type.