New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
A simple C++ socketlibrary used to make socket programming tolerable.
...Things to add in the future:
* Proper support for IPV6 networking.
* Optional reliable messaging.
* TCP support.
* C++ native stream support.
/ Better error checking.
* An asynchronoussocket class.
The source code for the project is provided 'as-is' to anyone who wants it, edit it as you like. I'd prefer it if you'd credit me for the official version, but that's completely optional
A library that makes writing parallel (multithreaded) for loops in Java 5+ easier. It also supports parallel processing of lists and arrays, asynchronous invocation, progress and completion notification, computation interruption and results merging.
Thimble is a multi-thread Executor implementation that supports sequential and coalescing tasks.
Sequential tasks are guaranteed to run in order, sequentially (but may run in different threads).
Coalescing tasks are tasks where only the latest submitted task needs to be executed (effectively overwriting previously submitted tasks).
Sequential and coalescing tasks are mutually exclusive.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
JActor is a high-performance actor framework designed to make vertical scalability easy. JActor achieves its speed, in part, by almost always executing synchronously--though it is easy enough to force asynchronous processing when needed.
JActor is divided into several GitHub projects:
JActor - https://github.com/laforge49/JActor
JID - https://github.com/laforge49/JID
JFile - https://github.com/laforge49/JFile
JANetty - https://github.com/kumarshantanu/JANetty
The AJAX JSP Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages. Development moved to Mercurial
AjaxReady makes your AJAX requests really simple to do!
AjaxReady is a small JavaScript library that allow you to make asynchronous requests in really simple mode!
Provides really simple methods and utilities functions that allow you to write your application with less code as possible.
the c prototyping tools library provides thread-safe linked list, priority queue, hash table, hash list, AVL tree and trie implementations, as well as a thread pool and thread management framework, a tcp and http socket api, and a dbms abstraction layer.
Polyester is a tuple space framework based on the lighTS project, with extensions to support asynchronous and decoupled interaction of agents. The provided example application is a (toy) library of XML documents that can be queried using XPath.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Asynchronous ONC RPC library that is derived from the FreeBSD librpc and libtirpc that is published from Sun. Support has been added for TLS and UNIX Domain sockets.
The complete ICOD Library, including all the networking tools, plus the tangentals. This umbrella project includes libraries for Mathematics, Chromatics, Security, and a text/character socketlibrary.
c common functions library extracted from my open source projects FastDFS and FastDHT. this library is very simple and stable.
functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode etc.
MFSM is a middleware that implements the abstractions defined by the SAI architectural style for the design, analysis and implementation of complex dynamic systems that involve asynchronous concurrent processing of generic data streams.
A framework for doing asynchronoussocket communications - useful for connecting to a large number of hosts in parallel from a single thread. Builds on top of Java NIO library and hides all socket, buffer details.
The Slim Network Application Framework is designed to be a simple asynchronous networking library that will provide both client and server inbound and outbound network connections with other Slimnet nodes.
A simple socket server that lets you send/receive data via TCP on a given port. The data to send can be defined in an XML form and can be altered on the fly before sending. Given the flexibility you can spoof whole sessions to test your software.
Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to standard C++ iostreams and an asynchronous interface for use with Boost.Asio.
Inetsock is a library that offer an easy to use API for socket on POSIX platform(which include UNIX/LINUX). It allow to create client, server and multicast socket. It have already been used to develope web server.
asycxx, is a framework to develop networked applications in c++ in an asynchronous style. This project is largely inspired from 'Twisted' (http://twistedmatrix.com)
Clam AntiVirus Client Library provides a simple API to the ClamAV daemon. ClamAVC does not require ClamAV to be installed. ClamAVC communicates with clamd using clamd's documented protocol using either TCP or a local Unix domain socket.
The Vyper Dynamic Server framework is a pure-java library for use in the creation of backend / server platforms. VDS is specifically tailored for financial applications, and suited for many high-throughput, asynchronous and distributed environments.
EzSocket is a socketlibrary written in C.The aim of EzSocket's existence is to decrease the required source code that it should writes a programmer in order to create a client or server socket.Get a server or client socket with only one function.