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.
Start Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
libircclient is a small but powerful library, which implements client-server IRC protocol. It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network).
The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed.
The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
This is my approach of a socket abstraction layer.
This small but working library is intended for cross platform developement of network applications between Linux and Windows.
A simple C++ socketlibrary used to make socket programming tolerable.
The latest version of QuickSock is version (1.1.2).
Wrapper for the Monkey Programming Language: http://monkeycoder.co.nz/Community/posts.php?topic=4866
QuickSock is a very simple C++ based UDP networking library. QuickSock currently relies on the WinSock library on Windows, (and as of April 2013, QuickSock uses BSD sockets on other platforms).
QuickSock is a work in progress, so later down the road I may add new features, or change how things function. See the "Things to add in the future" section for details.
Any criticism, feature requests, and/or bug reports are appreciated.
...
Remember those Hacker movies chat applications?
Yes, those with the green chars that appeared one by one on the screen, in real time, as the remote user typed them.
That's what InstaChat aims for, a retro, multiplatform*, ncurses based real time chat, in which each key you press is directly sent through the network to the peer you are talking to.
Checkout the Blog(Developers News) for NEWS!
*Only tested on windows, but the only used libraries are ncurses and boost for socket and...
SOCKS Server and Library for Java. Support for versions 4 and 5 of SOCKS protocol. Designed to be easily expandable to support different encryption/authentication/authorization methods. Sample server and client are available.
This socketlibrary combines the networking power of BSD Sockets with the advanced new features of the c++0x standard to produce an incredibly easy to use object oriented socketlibrary. Please refer to www.engineerutopia.com for tutorials.
A framework for doing asynchronous socket 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.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.
JavaSSS (Safe Secure, SandBox) is an update for Suns jdk. This update makes java more secure using only a properties file. Settings include max storage, # of files, # of threads, library & native methods. Host control, limit socket speeds, & more.
IPLib is a cross platform reliable TCP/IP socketlibrary; it
includes C++ and Java versions, with synchronous and asynchronous
request/response messaging. It should run on any mainstream
operating system that supports C++ and/or Java, TCP/IP.
A simple C IRC Bot. This is a small project and the goal isn't the replacement of other main bots like eggdrop. The main goal of the bot: study C and socketlibrary!
Asynchronous socketlibrary, providing event-driven socket programming á la MFC CAsyncSocket. The socketlibrary can also be used in blocking mode as an ordinary C++ socketlibrary.
A Java 1.4 based NIO socket framework. This hides the (dirty) details of non-blocking IO from developers, allowing them to EASILY build a highly scalable application, which can handle over 10000 incoming and outgoing sockets using only one thread.
A cross platform, socket-based messaging protocol to store Data, implement Commands, and fire Event through a DCERouter. Many DCE devices exist for Plutos smart home solution: media players, lighting+climate system, security, phone, video conf, etc.
Sethe is a TCP/IP, command line, socket based communicator. It is more instant than typical instant messenger, while it sends every single typed character. It's based on ncurses library.
Ferret.Net is a class-library based on interfaces that wraps around the network socketlibrary of different operating systems (currently Win32 and Linux).
Dougal is a Free (LGPL) mail-washing program for the POP3 protocol, written in Perl. It supports any operating system that supports Perl 5.x and TCP/IP (Perl IO::Socket module).
CPPSocket is a small Classlibrary for C++ that supports an easy usage of socket-programming for networking-software. It provides a simple object-oriented interface to the classic C Library calls.