Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Is there a way to do a simple peer-to-peer JS chat?
- infinitytec
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
Just wondering…
- bobbybee
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
“simple” “peer-to-peer” “JS”
Pick two out of three?
Pick two out of three?
- Jonathan50
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
What about WebRTC?
- infinitytec
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
What about WebRTC?Interesting… but I'm not sure it exactly what I'm looking for. I just want simple peer-to-peer chat, preferably with as little server interaction as possible.
- Jonathan50
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
I think it's the only standard way to do P2P with JavaScript.
- TheUltimatum
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
What about WebRTC?Dang. You got here before me.
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
What about WebRTC?It's not “simple”
Hence bobbybee's comment
- Wettining
-
Scratcher
500+ posts
Is there a way to do a simple peer-to-peer JS chat?
A client to client connection would be nearly impossible. You would have to do client-server-client if you want to use JS
- nathanprocks
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
A client to client connection would be nearly impossible. You would have to do client-server-client if you want to use JSActually, it is possible using WebRTC.
- DatOneLefty
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
A client to client connection would be nearly impossible. You would have to do client-server-client if you want to use JSand make things a little too encrypted
- novice27b
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
Doesn't webrtc still need a central server for setting up the connection?A client to client connection would be nearly impossible. You would have to do client-server-client if you want to use JSActually, it is possible using WebRTC.
- Jonathan50
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
Doesn't webrtc still need a central server for setting up the connection?I think so, but afterwards the chatting can still be done P2P.
- BookOwl
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
“Is there a way to do a simple peer-to-peer chat in {insert any language name here}?”
No
No
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
“Is there a way to do a simple peer-to-peer chat in {insert any language name here}?”In hypothetical MATU language, you can do
No
eseyP2PChat()

- Austinato
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
Make a programming language like that.“Is there a way to do a simple peer-to-peer chat in {insert any language name here}?”In hypothetical MATU language, you can do
NoI would call that pretty simpleeseyP2PChat()

- Jonathan50
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
“Is there a way to do a simple peer-to-peer chat in {insert any language name here}?”No, you can do simple peer-to-peer chat in any programming language with relatively simple peer-to-peer (and procedures).
No
Last edited by Jonathan50 (July 27, 2017 06:39:51)
- TheUltimatum
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
It doesn't have“Is there a way to do a simple peer-to-peer chat in {insert any language name here}?”In hypothetical MATU language, you can do
NoI would call that pretty simpleeseyP2PChat()
eseyMultiplaer()
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Is there a way to do a simple peer-to-peer JS chat?
but it does haveIt doesn't have“Is there a way to do a simple peer-to-peer chat in {insert any language name here}?”In hypothetical MATU language, you can do
NoI would call that pretty simpleeseyP2PChat()No support!eseyMultiplaer()
eseyMultilayer()
- Discussion Forums
- » Advanced Topics
-
» Is there a way to do a simple peer-to-peer JS chat?










