7
$\begingroup$

Is it possible for Wolfam Development Platform to use sockets or anything other for real time communication? For example, in Javascript I can use RethinkDb, Firebase, socket.io or something similar. For Java I can use sockets. For .NET SignalR. Is it a way to enable real time communication?

$\endgroup$

2 Answers 2

2
$\begingroup$

There is now an experimental feature to communicate in real-time in Wolfram:

https://reference.wolfram.com/language/guide/Channel-BasedCommunication.html

It can be used to communicate between two Wolfram Clouds. You can also simulate ChannelSend function by sending HTTP query.

$\endgroup$
1
$\begingroup$

You can connect to sockets with SocketConnect, but I'm not aware of a built-in way to bind a socket.

$\endgroup$
2
  • 1
    $\begingroup$ Does that work in the cloud? (I have no experience with it.) $\endgroup$ Commented Jun 20, 2016 at 15:08
  • $\begingroup$ Seems like the any option that is somewhat close to what we are trying to achieve. $\endgroup$ Commented Jun 20, 2016 at 16:26

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.