You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SuperSocket is a high-performance, extensible socket server application framework for .NET. It provides a robust architecture for building custom network communication applications with support for multiple protocols including TCP, UDP, and WebSocket.
Develop Obsidian plugins in Python! 🐍 Interact with your notes, retrieve frontmatter, send notifications, and much more – all through simple Python scripts. Cut the complexity of writing JavaScript plugins and dive into creating your Obsidian workflows with Python!
This chat server is capable of handling a larger number of clients without creating threads for each client. I have followed a nonblocking way for creating a chat server in java. Like any other nonblocking server special protocol is created for client-server communication. Some improvements are required to handle the partial read/write problem.
A lightweight terminal-based messaging tool that supports both Simplex and Duplex (two-way) communication modes. Ideal for quick chats between users on the same network via the command-line.
Real-time chat application built with Socket.io and Node.js, featuring room-based messaging, real-time location sharing via the Navigator API, and a lightweight frontend powered by HTML and Mustache.js