network alternatives and similar packages
Based on the "Networking" category.
Alternatively, view network alternatives based on common mentions on social networks and blogs.
-
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
ngx-export
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of network or a related project?
README
network
To build this package directly from git, you must run autoreconf -i
.
And then use cabal configure; cabal build
or stack build
.
Support Policy
GHC
The network
package support 3 major versions of GHC only.
This means that the current stable version and two previous stable versions are supported.
However, all GHC 8.x are supported currently.
Windows
We use MSYS to build this package on Windows.
To use the network
package on Cygwin, use stack
.
Coding
.hs files
If you need C macros created by "configure" or CALLCONV
/SAFE_ON_WIN
, put
#include "HsNetDef.h"
"HsNet.h" does now work well since Mac's cpp sucks.
.hsc files
If you need #peek
, #poke
and others, create a .hsc
file with
#include "HsNet.h"
HsNet.h
includes HsNefDef.h
and necessary C structures.
Unfortunately, hsc2hs
does not convert C macros.
So, if you use CALLCONV
/SAFE_ON_WIN
, the following is also necessary:
##include "HsNetDef.h"
Milestones
2.6
- [x] Making
SockAddrCan
deprecated
2.7
See https://github.com/haskell/network/issues/296
- [x] Making
Network
deprecated - [x] Making
Network.BSD
deprecated - [x] Making
MkSocket
deprecated - [x] Making many APIs deprecated
2.8
- [x] Stop exporting the
PortNum
Constructor inPortNumber
3.0
- [x] Removing
Network
- [x] Removing
Network.BSD
- [x] Removing
SockAddrCan
- [x] Changing the internal structure of
Socket
. - [x] Make address extensible.
- [x] Remove EOF errors