Showing 12 open source projects for "user mode linux"

View related business solutions
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    websocat

    websocat

    Command-line client for WebSockets, like netcat (or curl)

    Netcat, curl and socat for WebSockets. Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions. Connecting to and serving WebSockets from the command line. Executing external program and making it communicate to WebSocket using stdin/stdout. Text and binary modes, converting between lines (or null-terminated records) and messages. Inetd mode, UNIX sockets (including abstract namespaced on Linux). Integration with Nginx using TCP or UNIX sockets...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    arduinoWebSockets

    arduinoWebSockets

    arduinoWebSockets

    A WebSocket Server and Client for Arduino based on RFC6455.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LaravelS

    LaravelS

    LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole

    LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole. LaravelS uses Swoole's Synchronous IO mode, the larger the worker_num setting, the better the concurrency performance, but it will cause more memory usage and process switching overhead. If one request takes 100ms, in order to provide 1000QPS concurrency, at least 100 Worker processes need to be configured. Create WebSocket Handler class, and implement interface WebSocketHandlerInterface. The instant is automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gev

    gev

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

    Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers. Support custom protocols to quickly and easily build high-performance servers. High-performance event loop based on epoll and kqueue. Support multi-core and multi-threading. Dynamic expansion of read and write buffers implemented by Ring Buffer. Asynchronous read and write. SO_REUSEPORT port reuse support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Join thousands of influencers in showing off your influence to brands. Icon
    Join thousands of influencers in showing off your influence to brands.

    For brands and businesses seeking a solution to collaborate with influencers and content creators

    With Afluencer, you can find the ideal collaborations for your niche. Search by interests, requirements, channels, and more! Join thousands of influencers in showing off your influence to brands. Plus, our “influencer spotlights” are widely read and followed. We have 283 active collab opportunities waiting for you, right now! We help brands find уоu so that you’ll receive invitations to collab, too. Exchange direct messages with Brands and explore new partnership opportunities in the chatroom. Describe yourself and your influence. Include channels, interests, following, etc. Brands can find your profile based on their requirements, and apply to see if they are a match. Use Afluencer to keep track of invitations, relationships, and more in one single platform. We help you find awesome merchants with unique products to partner with. The best influencer programs can provide you with great ways to monetize your social media following, content, and your business.
  • 5
    deepstream

    deepstream

    deepstream.io server

    The open realtime server: fast and secure events, data-sync and rpc for mobile, web & iOT Authenticate, audit and permission everything from the user down to each message. Interactive JSON documents that can be edited and observed. Changes are persisted and synced across clients and saved in cache/storage. Clients can register functions to be called by other clients. deep stream will smartly route requests and responses. Query deep stream for online users and subscribe to login/logout events...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WhakerPy

    WhakerPy

    Whakerpy - A light web application framework

    Whakerpy is a simple library useful to create dynamic HTML content; it's a light web application framework. Create and manipulate HTML from the power of Python: - Easy to learn. Consistent, simple syntax. - Flexible and easy usage. - Create HTML pages dynamically - Can save as static files, and/or - Run locally with its httpd server and response "bakery" system.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    FACIL.IO

    FACIL.IO

    Your high performance web application C framework

    ... your application as well. facil.io is easy to code with and aims at minimizing the developer's learning curve. In addition to detailed documentation and examples, the API is unified in style and the same types and API used for HTTP requests is used for JSON and Mustache rendering - so there's less to learn. facil.io should work on Linux / BSD / macOS (and possibly CYGWIN) and is continuously tested on both Linux and macOS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    PHP WebSocket server

    PHP WebSocket server

    PHP WebSocket server

    Simple and multifunctional PHP WebSocket server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Simple WebSocket Server C++

    An easy way to make WebSocket endpoints in C++.

    Please go to https://github.com/eidheim/Simple-WebSocket-Server, as this sourceforge page will no longer be updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Texting and Automation for Modern Hiring Teams Icon
    Texting and Automation for Modern Hiring Teams

    Grayscale is a feature-rich candidate engagement tool designed for hiring teams.

    We make it seamless to text candidates, automate communication, and deliver a high-touch candidate experience all within your existing ATS.
  • 10

    Websocket Server and Client

    This project is a chat application that uses browser sockets

    This project uses web sockets to contact the chat server. It can support one to one communication or one to many or even to all communication. The server is written in C and the user interface is in html, css and javascript. It works in mozilla very well except for some small bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Wslay WebSocket Library

    WebSocket library written in C.

    Wslay is a WebSocket library written in C. It implements the protocol version 13 described in RFC 6455. This library offers 2 levels of API: event-based API and frame-based low-level API. For event-based API, it is suitable for non-blocking reactor pattern style. You can set callbacks in various events. For frame-based API, you can send WebSocket frame directly. Wslay only supports data transfer part of WebSocket protocol and does not perform opening handshake in HTTP. Wslay does not perform...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PHP Websockets

    Provides Websocket RFC6455 functionality to PHP

    This project provides 6 new functions to PHP that are meant to interact with a websocket (RFC6455) peer. ws_get_frame_info() - Gets information about an upcoming websockets frame ws_read_frame() - Reads the data of a websockets frame from a client or server ws_send_close() - Sends a close frame to the websockets peer ws_send_ping() - Sends a ping frame to the websockets peer ws_send_pong() - Sends a pong frame to the websockets peer These functions are written in low level C so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next