nonblocking-sockets
There are 20 repositories under nonblocking-sockets topic.
Taymindis/backcurl
C++ http client, pure libcurl based with customized set_easy_opt for different kind of requests for Mobile, NON BLOCK UI SYNC http request.
gworley3/httpray
Non-blocking HTTP library for Ruby
Ichishino/coldforce
Networking Library for C/C++
AmayaFramework/sun-http-server
A repackaged and refactored sun http server, created in the original form by Oracle and formerly embedded in the jdk. Distributed under the GNU v2 license.
alexandrumeterez/AsyncWebServer
Asynchronous web server that can serve HTTP requests.
sina42048/php-eventloop
simple php event loop ( non blocking / async )
APwhitehat/openMP-IRC
An IRC server and client based on openMP and Non-Blocking Sockets
lymlhhj123/simple_reactor
io event notify based on reacttimeor mode
atormac/webserv
C++ HTTP/1.1 webserver
mtumilowicz/java12-nio-non-blocking-selector-server-workshop
Non-blocking implementations of server using java.nio selectors: single and thread pooled.
mtumilowicz/java12-nio-non-blocking-polling-server-workshop
Non-blocking single threaded implementation of server using java.nio: polling.
nikneym/dynamo
Performant abstraction over system APIs for non-blocking socket I/O. Implements an event loop that leverages proactor pattern.
ProtaX/ptx-chat
TCP chat using nonblocking sockets
ciccio-87/PyNetToys
Experimenting with nonblocking sockets and relays in Python
tohanov/SPLAssignment3
Assignment #3 in SPL university course. Topics: networking, concurrency, nonblocking sockets.
Zinaaan/io-implementation
The Implementation of Blocking IO, Non-blocking IO and Netty
niuhaoran/linux-server
epoll + mulitiProcessing server(多进程服务器)
yabadabu/coroutines
Coroutines in C++ (using fcontext lib)