Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Sbox-NetBolt/NetBolt.WebSocketServer

Repository files navigation

NetBolt.WebSocketServer

A web socket server implementation built for S&box custom networking and game servers. This project is built for C# 10/.NET 6.x and later.

Features as of 1.0.0

  • Works with Text and Binary messages.
  • It does asynchronous reading/writing.
  • Builtin Ping/Pong functionality.
  • It is extensible.
  • It is highly configurable.

Quick Start

Install

NetBolt.WebSocketServer is available through NuGet

Setup

See Example.Server project