Click here to Skip to main content
15,881,833 members
Everything / Sockets

Sockets

sockets

Great Reads

by ObiWan_MCC
A C# SMTP server (receiver).
by Florian Rappl
Creating a highly extensible presentation app with multi-user and device integration for tablets.
by _m0n
Connect to PC with no public IP using Node.js app for reverse port forwarding / tunneling
by tonywilk
Example server and client using different protocols over a Websocket (php/js)

Latest Articles

by honey the codewitch
Explore adapting Socket's async model to a task based one and adding some awaitable socket operations to your projects
by Greg Utas
Replacing its erase() function
by Mircea Neacsu
C++ streams for socket communications in Windows
by pdoxtader
A multithreaded server class that accepts multiple connections from a provided client class. Each client can send and receive files and text (byte data) simultaneously along 250 available channels.

All Articles

Sort by Title

Sockets 

15 Oct 2010 by Andre Trollip
A simple set of classes to make creating Peer to Peer messaging easy using UDP. Features built-in message concatenation and delivery receipts for reliable transmission.
2 Mar 2015 by syed shanu
Open protocol using C# socket programming for NutRunner
17 Mar 2014 by Pål Thingbø
How to write an asynchronous sockets server in c#
24 Nov 2015 by nuclear_sun
You can share a peer's desktop with any others using this software, designate the sharer and viewers in any way you can imagine. Detailed development document and user manual can be found in the Download.
2 Jul 2015 by tomm13
Comparison of Firebase and SynergyKit while developing chat application
2 Feb 2019 by Издислав Издиславов
Easy prototyping with desktop console like UI, Skia drawings and several REST like node.js hosted services
4 May 2019 by Michael Janulaitis
Provides an introduction to the open source client/server DotNetOpenServer SDK project for Android, iOS, Windows Phone, Windows, Mac and Java Platforms
20 Sep 2011 by Farhad Hazraty Eini
This is a proxy server with a client that can encrypt your browser request.
23 Jul 2020 by honey the codewitch
Explore adapting Socket's async model to a task based one and adding some awaitable socket operations to your projects
16 Mar 2011 by R%S
Enable access from mobile phone emulator to Visual Studio WebDev.WebServer listening on localhost
15 Dec 2010 by EFEaglehouse
Windows CE/Mobile printing client for LPR, LPRng, and Socket API.
27 Feb 2012 by Leslie Zhai
Porting Axel a lighter download accelerator for Linux and other Unices to NATIVE WIN32
25 Jan 2018 by Nazar.Bukhari
An article on how to implement Observer Design pattern in Mutithreaded Java application when Function pointer is needed
13 Nov 2019 by pdoxtader
A multithreaded server class that accepts multiple connections from a provided client class. Each client can send and receive files and text (byte data) simultaneously along 250 available channels.
8 Jul 2017 by _m0n
Connect to PC with no public IP using Node.js app for reverse port forwarding / tunneling
10 May 2012 by Fardin Koochaki
In this article we're gonna create a simple WebSocket session manager module for Nodejs to help us out with our next projects.
13 Aug 2013 by Florian Rappl
Creating a highly extensible presentation app with multi-user and device integration for tablets.
10 Aug 2010 by Petr Bříza
A simple HTTP client implementation based on sockets with ability to limit upload/download speed
10 May 2013 by Sicppy
A DLL resource to help beginner to intermediate developers open and use sockets in a P2P application.
26 May 2013 by Aravind.V.S
SocketIO - NodeJS desktop programming in C# using the SocketIO4Net library.
8 Sep 2019 by honey the codewitch
A Tiny Dynamic Home Webserver in .NET that runs on Core and DNF both (Take 2)
1 Feb 2014 by tonywilk
Example server and client using different protocols over a Websocket (php/js)
2 Dec 2019 by Mircea Neacsu
C++ streams for socket communications in Windows
8 Nov 2018 by Member 13737597
This article shows you how to implement trampolines on x64, introduces the idea of sync and async hooks, and dynamically added runtime filters and loggers.