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
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.
A barebones WebSocket client and server implementation
This repository contains a barebones WebSocket server and client implementation written in 100% Java. The underlying classes are implemented java.nio, which allows for a non-blocking event-driven model (similar to the WebSocket API for web browsers). The org.java_websocket.server.WebSocketServer abstract class implements the server-side of the WebSocket Protocol. A WebSocket server by itself doesn't do anything except establish socket connections though HTTP. After that it's up to your subclass...
socket.io is a JavaScript library that allows for realtime, bi-directional communication between web clients and servers. It is composed of two parts: a Node.js server and a JavaScript client library that runs in the browser.
socket.io is focused on both reliability and speed, delivering an immensely powerful, fast and yet easy to use realtime engine that’s used by just about everyone: from Microsoft Office and Zendesk to hackathon winners and small startups. It’s considered one of the most...
Whakerpy is a simple library useful to create dynamic HTML content; it's a light webapplication 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.
Access the documentation: <https://whakerpy.sourceforge.io>.
... 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 webapplication 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. ***
Turn Your Content into Interactive Magic - For Free
From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.
Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
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