Showing 68 open source projects for "remote-server"

View related business solutions
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1

    pyindi-client

    Python binding to the libindi library

    ... there are also bindings for node.js, Tcl (incomplete) and PHP (not useful). As application examples you will find a Python Websocket server with which you may build a web application interacting with Indi servers, and a simple PyQt application similar to the Kstars Indi Control Panel (was built as an exercise). Finally there is an equatorial mount 3D simulator written with Freecad and Python, planned to be connected with the PyIndi module. *** The pyindi-client binding has moved to github. ***
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Rockets

    Rockets

    REST and websockets C++ library

    A library for easy HTTP and websockets messaging in C++ applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PHP WebSocket server

    PHP WebSocket server

    PHP WebSocket server

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

    Sandstone

    PHP microframework designed to build a RestApi

    PHP micro-framework designed to build a RestApi working together with a WebSocket server. Build a real-time RestApi!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • 5
    WebSocket RPC

    WebSocket RPC

    RPC library for .NET with auto JavaScript client code generation

    WebSocket RPC library for .NET with auto JavaScript client code generation, supporting ASP.NET Core.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WebSockets

    WebSockets

    Implementation of the WebSocket protocol, along with client and server

    Implementation of the WebSocket protocol, along with client and server integration components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Karellen Gevent Websocket Library

    Karellen Gevent Websocket Library

    Karellen Gevent Websocket Library

    This is a Karellen fork of gevent-websocket. The goal of this fork is to maintain the project to support Python 3.3, 3.4 and 3.5+ as well as latest WS standards errata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SerialWss

    Serial WebSocket Server

    Create a WebSocket server allowing external application to access Serial devices
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Websocket Server in a Pure Data patch

    Websocket Server in a Pure Data patch

    a single patch for direct communications between Pd and web browsers

    NEW : pd-vanilla version requiring only mrpeach external library ! download link (and notes) : https://sourceforge.net/projects/websocketserverinapatch/files/ "websocket-server in a patch.pd" single Pd file contains a reusable and fully documented websocket server, meant as an easy way to experiment with Pure Data <-> web-browsers communications through websockets, without the need of other software (like node.js or python) or any specific external to compile (just one deken library...
    Downloads: 2 This Week
    Last Update:
    See Project
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
    Learn More
  • 10
    Cux Bomberman

    Cux Bomberman

    JAVA websocket implementation for a bomberman-like game

    This application uses JAVA and Glassfish server to provide an active and simple webSocket server for an online, multiplayer bomberman-like game. It only requires a running glassfish server to deploy the application on and a MySQL database server. After deployment and first run, anyone can access your webserver, register and play the game, using only a web browser that has built-in support for webSockets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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: 1 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    Nodejs Websocket

    Nodejs Websocket

    A node.js module for websocket server and client

    A nodejs module for websocket server and client. The class that represents a connection, either a client-created (accepted by a nodejs ws server) or client connection. The websocket protocol has two types of data frames: text and binary. Text frames are implemented as simple send function and receive event. Binary frames are implemented as streams: when you receive binary data, you get a ReadableStream; to send binary data, you must ask for a WritableStream and write into it. The binary data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    WebPlug.NET45

    WebSocket Library for .NET4.5

    This library is a WebSocket server/client library with HTTP server capability. Sample chat server/client apps attached. * .NET 4.5 required * WPF application
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16

    CshBBrain

    WebSocket Server from China

    CshBBrain is a simple,lightweight and high performace websocket server from China.CshBBrain implements in java, base on NIO,Pools ,Asynchronous and so.If you fell Mina, Netty is too large and complex,maybe CshBBrain is a suitable for you. 作者技术博客:http://cshbbrain.iteye.com/ 使用讨论专栏:http://www.iteye.com/blogs/subjects/CshBBrain
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    WebSocket Server

    A WebSocket Server implemented in Python

    A simple WebSocket Server implemented in Python using the latest specification. It sends data as text. It handles up to unlimited connections (all on different threads), it also handles the handshake and the framing and unmasking of data. All you have to do is tell it what text to send. It also comes with example.html which you can open in Google Chrome to checkout the Server and a Client communicating
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SuperWebSocket is a .NET implementation of WebSocket server. http://superwebsocket.codeplex.com/
    Downloads: 0 This Week
    Last Update:
    See Project