We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

SCS

SCS (Simple Client Server) is a lightweight framework to build server/client applications in .NET. Check this article for usage: http://www.codeproject.com/KB/IP/TCP-Server-Client.aspx

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website https://netscs.sourceforge.io
Tags
Features
  • Allows remote method calls from client to server and from server to client easily.
  • No proxy generating is needed. It uses dynamic proxy to call remote methods.
  • Allows clients to automatically reconnect to the server.
  • Allows clients to automatically ping to the server to keep the connection available when no communication occurs with the server for a while.
  • Allows the server to register events for new client connections, disconnecting of a client, etc.
  • Allows clients to register events for connecting and disconnecting.
  • It can be used just like Web Services to perform Request/Reply style remote method calls, but it is primarily designed for long session connections between clients and the server.