TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: FireLite – A Lightweight C# TCP Socket Server/Client

2 pointsby tomeglennover 9 years ago

1 comment

tomeglennover 9 years ago
Today I&#x27;m announcing the release of FireLite, a very simple C# TCP socket server&#x2F;client library.<p>The purpose behind this project is to power an online game I am developing, so I will be continuing to work on and improve FireLite alongside developing a custom server&#x2F;client based on the FireLite.Core library.<p>I built this because I couldn&#x27;t find a simple implementation of TCP sockets that included a client library too, most of the projects out there are just servers or just clients. Either that or they were overly complicated and opinionated.<p>FireLite makes no assumptions about what you want to transfer over the network. It simply writes and reads bytes. It is up to you to decide what you want to send. For a starting guide there are two sample apps. One &quot;SimpleServer&quot; that sends strings over the network, the other &quot;JsonPacketServer&quot; which sends JSON objects over the network.<p>Hopefully this will be useful to some people out there!
评论 #10135607 未加载