Products
  • Wolfram|One

    The definitive Wolfram Language and notebook experience

  • Mathematica

    The original technical computing environment

  • Notebook Assistant + LLM Kit

    All-in-one AI assistance for your Wolfram experience

  • Compute Services
  • System Modeler
  • Finance Platform
  • Wolfram|Alpha Notebook Edition
  • Application Server
  • Enterprise Private Cloud
  • Wolfram Engine
  • Wolfram Player
  • Wolfram Cloud App
  • Wolfram Player App

More mobile apps

Core Technologies of Wolfram Products

  • Wolfram Language
  • Computable Data
  • Wolfram Notebooks
  • AI & Linguistic Understanding

Deployment Options

  • Wolfram Cloud
  • wolframscript
  • Wolfram Engine Community Edition
  • Wolfram LLM API
  • WSTPServer
  • Wolfram|Alpha APIs

From the Community

  • Function Repository
  • Community Paclet Repository
  • Example Repository
  • Neural Net Repository
  • Prompt Repository
  • Wolfram Demonstrations
  • Data Repository
  • Group & Organizational Licensing
  • All Products
Consulting & Solutions

We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technical expertise

  • Data & Computational Intelligence
  • Model-Based Design
  • Algorithm Development
  • Wolfram|Alpha for Business
  • Blockchain Technology
  • Education Technology
  • Quantum Computation

Wolfram Consulting

Wolfram Solutions

  • Data Science
  • Artificial Intelligence
  • Biosciences
  • Healthcare Intelligence
  • Sustainable Energy
  • Control Systems
  • Enterprise Wolfram|Alpha
  • Blockchain Labs

More Wolfram Solutions

Wolfram Solutions For Education

  • Research Universities
  • Colleges & Teaching Universities
  • Junior & Community Colleges
  • High Schools
  • Educational Technology
  • Computer-Based Math

More Solutions for Education

  • Contact Us
Learning & Support

Get Started

  • Wolfram Language Introduction
  • Fast Intro for Programmers
  • Fast Intro for Math Students
  • Wolfram Language Documentation

More Learning

  • Highlighted Core Areas
  • Demonstrations
  • YouTube
  • Daily Study Groups
  • Wolfram Schools and Programs
  • Books

Grow Your Skills

  • Wolfram U

    Courses in computing, science, life and more

  • Community

    Learn, solve problems and share ideas.

  • Blog

    News, views and insights from Wolfram

  • Resources for

    Software Developers

Tech Support

  • Contact Us
  • Support FAQs
  • Support FAQs
  • Contact Us
Company
  • About Wolfram
  • Career Center
  • All Sites & Resources
  • Connect & Follow
  • Contact Us

Work with Us

  • Student Ambassador Initiative
  • Wolfram for Startups
  • Student Opportunities
  • Jobs Using Wolfram Language

Educational Programs for Adults

  • Summer School
  • Winter School

Educational Programs for Youth

  • Middle School Camp
  • High School Research Program
  • Computational Adventures

Read

  • Stephen Wolfram's Writings
  • Wolfram Blog
  • Wolfram Tech | Books
  • Wolfram Media
  • Complex Systems

Educational Resources

  • Wolfram MathWorld
  • Wolfram in STEM/STEAM
  • Wolfram Challenges
  • Wolfram Problem Generator

Wolfram Initiatives

  • Wolfram Science
  • Wolfram Foundation
  • History of Mathematics Project

Events

  • Stephen Wolfram Livestreams
  • Online & In-Person Events
  • Contact Us
  • Connect & Follow
Wolfram|Alpha
  • Your Account
  • User Portal
  • Wolfram Cloud
  • Products
    • Wolfram|One
    • Mathematica
    • Notebook Assistant + LLM Kit
    • Compute Services
    • System Modeler
    • Finance Platform
    • Wolfram|Alpha Notebook Edition
    • Application Server
    • Enterprise Private Cloud
    • Wolfram Engine
    • Wolfram Player
    • Wolfram Cloud App
    • Wolfram Player App

    More mobile apps

    • Core Technologies
      • Wolfram Language
      • Computable Data
      • Wolfram Notebooks
      • AI & Linguistic Understanding
    • Deployment Options
      • Wolfram Cloud
      • wolframscript
      • Wolfram Engine Community Edition
      • Wolfram LLM API
      • WSTPServer
      • Wolfram|Alpha APIs
    • From the Community
      • Function Repository
      • Community Paclet Repository
      • Example Repository
      • Neural Net Repository
      • Prompt Repository
      • Wolfram Demonstrations
      • Data Repository
    • Group & Organizational Licensing
    • All Products
  • Consulting & Solutions

    We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technical expertise

    WolframConsulting.com

    Wolfram Solutions

    • Data Science
    • Artificial Intelligence
    • Biosciences
    • Healthcare Intelligence
    • Sustainable Energy
    • Control Systems
    • Enterprise Wolfram|Alpha
    • Blockchain Labs

    More Wolfram Solutions

    Wolfram Solutions For Education

    • Research Universities
    • Colleges & Teaching Universities
    • Junior & Community Colleges
    • High Schools
    • Educational Technology
    • Computer-Based Math

    More Solutions for Education

    • Contact Us
  • Learning & Support

    Get Started

    • Wolfram Language Introduction
    • Fast Intro for Programmers
    • Fast Intro for Math Students
    • Wolfram Language Documentation

    Grow Your Skills

    • Wolfram U

      Courses in computing, science, life and more

    • Community

      Learn, solve problems and share ideas.

    • Blog

      News, views and insights from Wolfram

    • Resources for

      Software Developers
    • Tech Support
      • Contact Us
      • Support FAQs
    • More Learning
      • Highlighted Core Areas
      • Demonstrations
      • YouTube
      • Daily Study Groups
      • Wolfram Schools and Programs
      • Books
    • Support FAQs
    • Contact Us
  • Company
    • About Wolfram
    • Career Center
    • All Sites & Resources
    • Connect & Follow
    • Contact Us

    Work with Us

    • Student Ambassador Initiative
    • Wolfram for Startups
    • Student Opportunities
    • Jobs Using Wolfram Language

    Educational Programs for Adults

    • Summer School
    • Winter School

    Educational Programs for Youth

    • Middle School Camp
    • High School Research Program
    • Computational Adventures

    Read

    • Stephen Wolfram's Writings
    • Wolfram Blog
    • Wolfram Tech | Books
    • Wolfram Media
    • Complex Systems
    • Educational Resources
      • Wolfram MathWorld
      • Wolfram in STEM/STEAM
      • Wolfram Challenges
      • Wolfram Problem Generator
    • Wolfram Initiatives
      • Wolfram Science
      • Wolfram Foundation
      • History of Mathematics Project
    • Events
      • Stephen Wolfram Livestreams
      • Online & In-Person Events
    • Contact Us
    • Connect & Follow
  • Wolfram|Alpha
  • Wolfram Cloud
  • Your Account
  • User Portal
Wolfram Language & System Documentation Center
SocketOpen
  • See Also
    • SocketConnect
    • SocketObject
    • SocketListen
    • CloudDeploy
  • Related Guides
    • Network Programming
    • External Language Interfaces
    • See Also
      • SocketConnect
      • SocketObject
      • SocketListen
      • CloudDeploy
    • Related Guides
      • Network Programming
      • External Language Interfaces

SocketOpen[port]

opens a socket that accepts TCP connections to localhost:port and returns a SocketObject representing the socket.

SocketOpen[address]

opens a socket that accepts TCP connections to the specified local address.

SocketOpen[address,"protocol"]

opens a socket that accepts connections with the specified protocol.

SocketOpen[address,{"protocol","type"}]

opens a socket that accepts connections of the specified protocol and type.

Details
Details and Options Details and Options
Examples  
Basic Examples  
Scope  
Applications  
Possible Issues  
See Also
Related Guides
Related Links
History
Cite this Page
BUILT-IN SYMBOL
  • See Also
    • SocketConnect
    • SocketObject
    • SocketListen
    • CloudDeploy
  • Related Guides
    • Network Programming
    • External Language Interfaces
    • See Also
      • SocketConnect
      • SocketObject
      • SocketListen
      • CloudDeploy
    • Related Guides
      • Network Programming
      • External Language Interfaces

SocketOpen

SocketOpen[port]

opens a socket that accepts TCP connections to localhost:port and returns a SocketObject representing the socket.

SocketOpen[address]

opens a socket that accepts TCP connections to the specified local address.

SocketOpen[address,"protocol"]

opens a socket that accepts connections with the specified protocol.

SocketOpen[address,{"protocol","type"}]

opens a socket that accepts connections of the specified protocol and type.

Details

  • Supported protocols include:
  • "TCP"raw TCP stream protocol
    "ZMQ"ZeroMQ one-to-one message protocol
    {"ZMQ","type"}ZeroMQ protocol of the specified type
  • For ZMQ sockets, possible types include:
  • "Pair"socket that can send/receive with exactly one client peer
    "Publish"socket that sends messages out to all connected clients
    "Subscribe"socket that receives messages from a publisher socket
    "Request"socket to send request messages to a corresponding reply socket and receive response messages
    "Reply"socket to receive request messages from a corresponding "Request" socket and send response messages back
    "Dealer"same as "Request" socket except sent messages are delivered in round-robin style to all connected clients
    "Router"same as "Reply" socket except messages are received in fair-queueing style from all connected clients and maintains routing information
    "Pull"socket for pipeline topologies to receive messages
    "Push"socket for pipeline topologies to send messages
    "XPublish"same as "Publish", but received messages on this socket are subscriptions
    "XSubscribe"same as "Subscribe", but messages sent over this socket are used as subscriptions to the corresponding "XPublish" socket
    "Stream"socket for connecting a ZMQ socket to non-ZMQ TCP sockets
  • With no ZMQ protocol type specified, the underlying socket is a {"ZMQ","Pair"} socket.
  • SocketOpen opens sockets only on your local machine.
  • SocketOpen can use local addresses only. Possible forms include:
  • {host,port}local hostname or IP address and port number
    {host,"service"}local hostname or IP address and service name
    "host:port"local hostname or IP address with port
    {host,Automatic}an available port on the specified host
    Automatican available port on localhost
  • Hostnames have forms like "www.wolfram.com".
  • IP addresses can be given as "140.177.0.0" or IPAddress[string], where string is an IPv4 or IPv6 IP address.
  • SocketConnect can be used to connect to sockets opened by SocketOpen. The fact that a socket is open on one machine does not guarantee that another machine can connect to it.
  • For a connection to be established, the protocol must be consistent, and there must be no firewalls etc. blocking it.
  • Information on how to use the different ZMQ socket types can be found in the ZeroMQ documentation.
  • Close can be used to close a connection opened by SocketOpen.

Examples

open all close all

Basic Examples  (2)

Open a socket to allow client connections to it:

Connect a client to it:

Close the sockets:

Open a ZMQ socket:

Connect a client to the server:

Write a message from the client to the server:

Read the message on the server:

Close the sockets:

Scope  (3)

After clients have connected to an opened TCP socket, the clients can each be accessed as a SocketObject with the property "ConnectedClients".

Open a server socket to allow connections, and connect a client to the socket:

List the client sockets from the server's perspective:

These sockets also show up as remote sockets with Sockets:

Close the sockets:

Open a server socket on a specified IP address:

Open a server socket on a specified port:

Close the sockets:

Open a ZMQ socket of type "Push", which can be used for a one-way message pipeline:

Connect with a "Pull" socket type:

Write a message on the "Push" socket:

Read the message on the "Pull" socket:

Close the sockets:

Applications  (1)

Implement a web server in the Wolfram Language with SocketOpen.

Start listening on a TCP port:

Initially there are no connected clients:

Connect to a the server from a web browser:

Now there is at least one client from the web browser:

Write a generic response to all clients:

Finally, close the server and the connections to the clients:

Possible Issues  (1)

Writing on a socket returned from SocketOpen only works for ZMQ sockets; for TCP sockets, you must use the "ConnectedClients" property.

Open a TCP and a ZMQ socket and connect clients:

Writing on the TCP socket fails because you have to write to a specific client:

In contrast, writing to a ZMQ socket directly works:

Close all the sockets:

See Also

SocketConnect  SocketObject  SocketListen  CloudDeploy

Related Guides

    ▪
  • Network Programming
  • ▪
  • External Language Interfaces

Related Links

  • ▪ ZMQ Socket Type Documentation

History

Introduced in 2017 (11.2) | Updated in 2020 (12.1)

Wolfram Research (2017), SocketOpen, Wolfram Language function, https://reference.wolfram.com/language/ref/SocketOpen.html (updated 2020).

Text

Wolfram Research (2017), SocketOpen, Wolfram Language function, https://reference.wolfram.com/language/ref/SocketOpen.html (updated 2020).

CMS

Wolfram Language. 2017. "SocketOpen." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/SocketOpen.html.

APA

Wolfram Language. (2017). SocketOpen. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SocketOpen.html

BibTeX

@misc{reference.wolfram_2025_socketopen, author="Wolfram Research", title="{SocketOpen}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/SocketOpen.html}", note=[Accessed: 01-May-2026]}

BibLaTeX

@online{reference.wolfram_2025_socketopen, organization={Wolfram Research}, title={SocketOpen}, year={2020}, url={https://reference.wolfram.com/language/ref/SocketOpen.html}, note=[Accessed: 01-May-2026]}

Top
Introduction for Programmers
Introductory Book
Wolfram Function Repository | Wolfram Data Repository | Wolfram Data Drop | Wolfram Language Products
Top
  • Products
  • Wolfram|One
  • Mathematica
  • Notebook Assistant + LLM Kit
  • Compute Services
  • System Modeler

  • Wolfram|Alpha Notebook Edition
  • Wolfram|Alpha Pro
  • Mobile Apps

  • Wolfram Engine
  • Wolfram Player

  • Volume & Site Licensing
  • Server Deployment Options
  • Consulting
  • Wolfram Consulting
  • Repositories
  • Data Repository
  • Function Repository
  • Community Paclet Repository
  • Neural Net Repository
  • Prompt Repository

  • Wolfram Language Example Repository
  • Notebook Archive
  • Wolfram GitHub
  • Learning
  • Wolfram U
  • Wolfram Language Documentation
  • Webinars & Training
  • Educational Programs

  • Wolfram Language Introduction
  • Fast Introduction for Programmers
  • Fast Introduction for Math Students
  • Books

  • Wolfram Community
  • Wolfram Blog
  • Public Resources
  • Wolfram|Alpha
  • Wolfram Problem Generator
  • Wolfram Challenges

  • Computer-Based Math
  • Computational Thinking
  • Computational Adventures

  • Demonstrations Project
  • Wolfram Data Drop
  • MathWorld
  • Wolfram Science
  • Wolfram Media Publishing
  • Customer Resources
  • Store
  • Product Downloads
  • User Portal
  • Your Account
  • Organization Access

  • Support FAQ
  • Contact Support
  • Company
  • About Wolfram
  • Careers
  • Contact
  • Events
Wolfram Community Wolfram Blog
Legal & Privacy Policy
WolframAlpha.com | WolframCloud.com
© 2026 Wolfram
© 2026 Wolfram | Legal & Privacy Policy |
English