https://github.com/henryquan/winserver
A simple socket server with C# and client with React Native
https://github.com/henryquan/winserver
csharp react-native socket-server
Last synced: about 1 month ago
JSON representation
A simple socket server with C# and client with React Native
- Host: GitHub
- URL: https://github.com/henryquan/winserver
- Owner: HenryQuan
- Created: 2018-10-09T08:37:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T10:04:11.000Z (about 4 years ago)
- Last Synced: 2025-12-26T12:52:58.861Z (5 months ago)
- Topics: csharp, react-native, socket-server
- Language: C#
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# winserver
This is a really simple C# server and the program could help you to add your own port and find your local ip.

### Goal
I am experimenting a new idea, for [WoWs Info](https://github.com/HenryQuan/WoWs-Info-Ultra) and [WoWs RS](https://github.com/HenryQuan/WoWs-RS), which is passing data to mobile phone via a simple server.
### Reference
- https://www.codeproject.com/Tips/485182/Create-a-local-server-in-Csharp
- https://stackoverflow.com/questions/6803073/get-local-ip-address
- https://social.msdn.microsoft.com/Forums/vstudio/en-US/a3e390d1-4383-4f23-bad9-b725bef33499/add-firewall-rule-programatically?forum=wcf