Showing 235 open source projects for "socket server"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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.
    Try free now
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    CerberusCMS5

    CerberusCMS5

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text, Voice and Video Communications Platform and Content...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    freeRTOS & libraries for AVR ATmega

    freeRTOS & libraries for AVR ATmega

    freeRTOS for Arduino Uno, Goldilocks 1284p & Mega 2560

    AVR ATmega port of freeRTOS A port of freeRTOS which can be flexibly flexibly configured use almost any available Timer on AVR ATmega devices and will operate with almost any classic Arduino device from Arduino, SeeedStudio, Sparkfun, Freetronics or Pololu. Going forward this repository will be updated less often and only with major releases. Please check at Github for the latest commits. https://github.com/feilipu/avrfreertos The Goldilocks Analogue story is told here....
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    nginx-clojure

    nginx-clojure

    Nginx-Clojure is a Nginx module for embedding Clojure or Java programs

    Nginx-Clojure is a Nginx module for embedding Clojure or Java or Groovy programs, typically those Ring based handlers. Check http://nginx-clojure.github.io for more details
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    gev

    gev

    Gev is a lightweight, fast non-blocking TCP network library

    ...SO_REUSEPORT port reuse support. Automatically clean up idle connections. Support WebSocket/Protobuf, custom protocols. Support for scheduled tasks and delayed tasks. High-performance web socket server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    BeetleX

    BeetleX

    high performance dotnet core socket tcp communication components

    High-performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A client implementation of Secure Socket Tunneling Protocol (SSTP) for Linux / Mac OS-X that allows remote access via SSTP VPN to Microsoft Windows 2008 Server. This project has been moved to https://gitlab.com/eivnaes/sstp-client
    Leader badge
    Downloads: 400 This Week
    Last Update:
    See Project
  • 7
    SerialToIP is a simple Terminal Server software providing transparent pipe either in TCP server or TCP client socket mode from TCP/IP to a pre-configured serial port. Implemented in C# for .NET 2.0 so the command line version could work in Mono-runtime as well.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 8
    A-Radar

    A-Radar

    Remote Connection Manager and Monitor

    A-Radar supports already the following protocols and services: RDP (Remote Desktop/Terminal Server) VNC (Virtual Network Computing) ICA (Citrix Independent Computing Architecture) SSH (Secure Shell) Telnet (TELecommunication NETwork) HTTP/HTTPS (Hypertext Transfer Protocol) FTP (File Transfer Protocol) SFTP (Secure File Transfer Protocol) Raw Socket Connections OFS (Open and monitor Folders) BFS (Backup Folders) RFS (Open and monitor Registry Keys) Of course, you can define your own protocols and services using the integrated Data Manager! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Lichess (Lila)

    Lichess (Lila)

    The forever free, adless and open source chess server

    Lila is the backend codebase powering Lichess, a free, open-source online chess server with millions of users. The architecture handles real-time games, puzzles, tournaments, correspondence chess, streaming, and user profiles, scaling to thousands of simultaneous matches. The system uses functional programming principles (in Scala) to maintain reliability—state transitions, clock management, game rules, and move validation are deterministic, reducing synchronization errors.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 10
    NOTE: The repository for this project has moved to https://core.tcl-lang.org/tcltls/home. TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    kangle is a light, high-performance web server.support fastcgi/isapi/ajp/uwsgi/scgi/hmux protocol.include a http manage console. Full support access control. memory/disk cache. virtual host can run in seperate process and user. and more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    RadServer

    Node.js https+sockets compatible server with a few goodies, including

    ...If anything's missing let me know! ## Sockets ###Custom secure websockets. A box appears in the top-right corner of the site (configurable) which shows the current socket status. Sockets automatically reconnect if disconnected. We expose two keys to the frontend: one per computer and one per session. On the backend they're associated with a single userid. Interfacing with the sockets is easy. From the frontend: socketRegister( event, callback ) // Register a socket event openSocket( url, callback ) // Connect the socket sendSocket( obj ) // Send an object to the server And from the backend, we support automation as well as direct communication. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Chat Socket IO is free software, open source. real time chat and easy To Use. It is useful to learn network TCP/IP Protocol. This software uses Socket IO to create connection between Client(Browser) and Nodejs Sever (Express). To use Use SimpleRealtimeChat you should follow below steps : + Start NodeJS server + open many tabs 127.0.0.1:8080 to chat SimpleRealtimeChat is available for Windows, macOS, Android, Linux, among others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ooui Web Framework

    Ooui Web Framework

    UI library that brings the simplicity of native UI development to web

    ...With Ooui, you get the full power of your favorite .NET programming language plus the ability to interact with your app using any device. Make sure to add a reference to Ooui before you start running! With just code, a web server that serves the HTML and web socket logic necessary for an interactive button will start. Ooui has been broken up into several packages to increase the variety of ways that it can be used. When the user requests a page, the page will connect to the server using a web socket. This socket is used to keep the server's in-memory model of the UI (the one you work with as a programmer) in sync with the actual UI shown to the user in their browser. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Scarlet

    Scarlet

    A Retrofit inspired WebSocket client for Kotlin, Java, and Android

    A Retrofit-inspired WebSocket client for Kotlin, Java, and Android. We are working on a new version of Scarlet that supports other persistent connection protocols: ServerSentEvent, Socket IO, STOMP, and MQTT. It can be found on the 0.2.x branch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    speedtest-cli

    speedtest-cli

    Command line interface for testing internet bandwidth using speedtest

    Command line interface for testing internet bandwidth using speedtest.net. It is not a goal of this application to be a reliable latency reporting tool. Latency reported by this tool should not be relied on as a value indicative of ICMP style latency. It is a relative value used for determining the lowest latency server for performing the actual speed test against. Speedtest CLI brings the trusted technology and global server network behind Speedtest to the command line. Measure internet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CocoaAsyncSocket

    CocoaAsyncSocket

    Asynchronous socket networking library for Mac and iOS

    ...GCDAsyncSocket is a TCP/IP socket networking library built atop Grand Central Dispatch. Automatically accept incoming connections over both IPv4 and IPv6 with a single instance of this class. No more worrying about multiple sockets. Secure your socket with ease using just a single method call. Available for both client and server sockets. It runs entirely within its own GCD dispatch_queue, and is completely thread-safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Log.io

    Log.io

    Real-time log monitoring in your browser

    ...Writing a third party harvester is easy. Open a TCP connection to the server and begin writing properly formatted messages to the socket. Input paths can be a file path, directory path or a glob. Additionally, watcher options can be provided for more fine-grained control over file watching mechanics and performance. The file input connects to the server via TCP, and writes properly formatted strings to the socket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MySQL Erlang client

    ErlMySQL is a MySQL client (driver) written in Erlang.

    ErlMySQL is a MySQL client written in Erlang and provides API that is very close to Connector/C library. The client is using low level (TCP/IP socket) connection to MySQL server and allows to exchange a data with maximum possible speed. Multiple datasource support and connection pool are incapsulated in the client that increases a performance in concurrent environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    mssqlproxy

    mssqlproxy

    Toolkit aimed to perform lateral movement in restricted environments

    mssqlproxy is a toolkit aimed to perform lateral movement in restricted environments through a compromised Microsoft SQL Server via socket reuse. The client requires impacket and sysadmin privileges on the SQL server. The first step is to execute code in the SQL Server process context. As extended stored procedures are going to be deprecated in future versions of MSSQL, we pay attention to Microsoft recommendations and thus, use CLR assemblies instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    FoxEye

    Multipurpose platform of modularized client or server daemon.

    FoxEye is a kit (some sort of) to build any kind of internet client, server, gateway, etc., i.e. it isn't designed for any specific purpose but have functionality depending of loaded modules. Its primarily usage is for messaging networks such as chat or IM ones. Core functionality includes: local or telnet CLI; message dispatcher (with multiple encodings support); scheduler; socket abstraction layer with user-defined filter chains; events manager (including own wtmp file). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    aredis

    An Asynchronous Pipelined Java client for Redis

    AREDIS (Asynchronous REDIS java client) is a java client for the Redis Cache server (http://redis.io) designed for performance and efficiency. It has only one connection to each server and uses pipelining for performance rather than connection pooling. It uses the Java 7 NIO based Asynchronous channel API for socket communication to the Redis server. Important features are Data Handler API for storing Objects, OPTI_JAVA_HANDLER for efficient storage of Java Objects, built-in gzip compression, subscribe API for messaging, support for Lua scripts, key hash based sharding, Future results for use in regular synchronous applications, connection pool for Redis transactions using WATCH and auto closing of idle connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PiStreamer

    PiStreamer

    Network audio streaming written in Java.

    Client sends audio to server over a tcp socket. Depends on libvorbis-java and jcraft jogg / jorbis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Koa-socket-2

    Koa-socket-2

    Socket.IO for Koa

    Koa-socket-2 uses socket.io v3. It is recommended that you connect to a koa-socket-2 server with a socket.io v3 client. Koa-socket-2 is only compatible with the Koa v2 style of middleware (where context is passed as a parameter). This project helps you start a SocketIO server using Koa and NodeJS. However, Google's Go language -- or GoLang -- allows you to write code that compiles down to binary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    procServ is a wrapper that starts an arbitrary command (e.g. an EPICS soft IOC) as a child process in the background, connecting its standard input and output to a UNIX domain socket or TCP port for telnet access. It supports logging, child restart (manual or automatic),...
    Downloads: 3 This Week
    Last Update:
    See Project