Giter Club home page Giter Club logo

net-core-web-socket-server's Introduction

.NET Core WebSocket Server

This repository demonstrates how to use the legacy HttpListener API to build a naive WS server capable of accepting both text and binary connections from a JS client running in a web browser.

To run the server, run dotnet script main.csx. You need dotnet script which you can install by running dotnet tool install -g dotnet-script.

To run the client, open index.html and then use the developer tools to issue a call of either pingText or pingBinary to see the echo.

This repository exists to demonstrate the WebSocket message preview capabilities of the Google Chrome developer tools. I am however unable to demonstrate viewing an outgoing binary frame, the content appears to be empty and the length is mistakenly shown to be zero bytes. Incoming binary message is previewed correctly.

I posted a Stack Overflow question inquiring about what could be the cause of the broken web socket frame display in Chrome developer tools.

I made a Chrome bug for this as well.

This turned out to be a Chrome bug as per the linked CRbug.

net-core-web-socket-server's People

Contributors

tomashubelbauer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.