TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 tomeglenn超过 9 年前

1 comment

tomeglenn超过 9 年前
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 未加载