• rene's avatar
    node: allow websocket and HTTP on the same port (#20810) · 07d909ff
    rene authored
    This change makes it possible to run geth with JSON-RPC over HTTP and
    WebSocket on the same TCP port. The default port for WebSocket
    is still 8546. 
    
        geth --rpc --rpcport 8545 --ws --wsport 8545
    
    This also removes a lot of deprecated API surface from package rpc.
    The rpc package is now purely about serving JSON-RPC and no longer
    provides a way to start an HTTP server.
    07d909ff
Name
Last commit
Last update
..
testdata Loading commit data...
accountcmd.go Loading commit data...
accountcmd_test.go Loading commit data...
chaincmd.go Loading commit data...
config.go Loading commit data...
consolecmd.go Loading commit data...
consolecmd_test.go Loading commit data...
dao_test.go Loading commit data...
genesis_test.go Loading commit data...
main.go Loading commit data...
misccmd.go Loading commit data...
retesteth.go Loading commit data...
retesteth_copypaste.go Loading commit data...
run_test.go Loading commit data...
usage.go Loading commit data...