# Making a socket-server (XML)

**URL:** https://forum.kirupa.com/t/making-a-socket-server-xml/38764
**Category:** Uncategorized
**Created:** [December 29, 2003, 5:16pm UTC](https://forum.kirupa.com/t/making-a-socket-server-xml/38764 "2003-12-29T17:16:47Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Johnny64](https://avatars.discourse-cdn.com/v4/letter/j/ed655f/32.png) [@Johnny64](https://forum.kirupa.com/u/Johnny64)
#### Post date: [December 29, 2003, 5:16pm UTC](https://forum.kirupa.com/t/making-a-socket-server-xml/38764/1 "2003-12-29T17:16:47Z")

</div>

Hoi

Does anyone know if you can program (make) a socket-server(XML) with C, C++ or Basic?  
I know you can make one with Java but I what to try and make my own one that also can be recognised by windows(in .exe form).

thanx M64

[size=1]-if a mod knows a better place for this thread please do move it 🙂 [/size]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 29, 2003, 5:27pm UTC](https://forum.kirupa.com/t/making-a-socket-server-xml/38764/2 "2003-12-29T17:27:56Z")

</div>

> \*Originally posted by Master64 \*  
> \*\*[size=1]-if a mod knows a better place for this thread please do move it 🙂 [/size] \*\*  
> that indeed I do.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 29, 2003, 5:30pm UTC](https://forum.kirupa.com/t/making-a-socket-server-xml/38764/3 "2003-12-29T17:30:39Z")

</div>

thanx 😉

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 29, 2003, 5:34pm UTC](https://forum.kirupa.com/t/making-a-socket-server-xml/38764/4 "2003-12-29T17:34:02Z")

</div>

You can write socket servers in PHP if you want… there was a tute on [www.zend.com](http://www.zend.com) about it a while ago.

Unfortunately, their site seems to be down at the moment…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 29, 2003, 6:01pm UTC](https://forum.kirupa.com/t/making-a-socket-server-xml/38764/5 "2003-12-29T18:01:10Z")

</div>

thanx =)  
will look into that 🙂

but still what to know my first Q 😛

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 29, 2003, 9:06pm UTC](https://forum.kirupa.com/t/making-a-socket-server-xml/38764/6 "2003-12-29T21:06:10Z")

</div>

NJS: [http://www.zend.com/zend/tut/tutorial-staub3.php](http://www.zend.com/zend/tut/tutorial-staub3.php)

theres the link to the PHP socket…

yes its possible to create one in C++

[http://www.google.com/search?hl=en&ie=utf-8&oe=utf-8&q=C%2B%2B+XML+socket+server](http://www.google.com/search?hl=en&ie=utf-8&oe=utf-8&q=C%2B%2B+XML+socket+server)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 30, 2003, 12:21pm UTC](https://forum.kirupa.com/t/making-a-socket-server-xml/38764/7 "2003-12-30T12:21:44Z")

</div>

thanx 🙂
