Skip to content

michael-mason/websocket-echo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket Echo server

Very simple .Net Framework (4.7.2) console application that launches a websocket server at a configurable address that will then output to the console any client message as well when they connect as well as disconnect.

Configuration

To configure the address the websocket server uses, change it in the projects App.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <appSettings>
    <add key="WSUrl" value="ws://127.0.0.1:4486" />

About

Simple websocket server cli to echo client data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages