Documentation

 In this section you find the documentation that covers installation, clientside and serverside development. There is also a few guides (Quickstarts) that give you a more holistic view of how you take advantage of the framework.  You are able to comment on each section of the documentation, feel free to ask anything.  

Introduction

XSockets.NET is a real time communication platform built on Microsoft.NET Technology. In the world of websockets and real time communications it is a mature product with many features and functions. This document will spread some light over what you as a developer can expect from XSockets.NET.

Architecture

We at XSockets.NET have NOT saved on expenses reagarding the architecture. From day 1 our goal was to create an intuitive API for both server and clients.

Everything in XSockets.NET (as well as in the next gerenation of the web) is event-driven!
XSockets is based on a plugin architecture so that you with ease can develop custom plugins for specific needs in no time!

XSockets.NET has no dependencies, we have even replaced the plugin engine from Microsoft with our own Plugin-Framework that gives better control, speed and flexibility.