1. Question about Euphoria capabilities

is it possible to make programs with Euphoria that has networking like chat programs and online games?

new topic     » topic index » view message » categorize

2. Re: Question about Euphoria capabilities

Pookey said...

is it possible to make programs with Euphoria that has networking like chat programs and online games?

Yes, I made an IRC client, which I use all the time. It's not finished yet, though. There are some nice tcp socket libraries in the archive. In fact, I believe Euphoria 4.0 will have networking included in the standard library.

new topic     » goto parent     » topic index » view message » categorize

3. Re: Question about Euphoria capabilities

See "TCP Socket Library" by Jason Mirwald and "TCP Demos" by Robert Szalay. Search The Archive for TCP. blink

-Greg

new topic     » goto parent     » topic index » view message » categorize

4. Re: Question about Euphoria capabilities

"Archive" means ancient in some peoples eyes. Possible name change?

new topic     » goto parent     » topic index » view message » categorize

5. Re: Question about Euphoria capabilities

shfrance said...

"Archive" means ancient in some peoples eyes. Possible name change?

How about Repository.

new topic     » goto parent     » topic index » view message » categorize

6. Re: Question about Euphoria capabilities

shfrance said...

"Archive" means ancient in some peoples eyes. Possible name change?

It's not simply "an archive," it's The Archive. That's its official name. blink

euphoric said...

How about Repository.

Sounds too much like "suppository." I don't like it. getlost

How about simply "User Contributions?" grin

-Greg

new topic     » goto parent     » topic index » view message » categorize

7. Re: Question about Euphoria capabilities

ghaberek said...
shfrance said...

"Archive" means ancient in some peoples eyes. Possible name change?

It's not simply "an archive," it's The Archive. That's its official name. blink

euphoric said...

How about Repository.

Sounds too much like "suppository." I don't like it. getlost

How about simply "User Contributions?" grin

-Greg

How about "Library Library." smile

new topic     » goto parent     » topic index » view message » categorize

8. Re: Question about Euphoria capabilities

euphoric said...
ghaberek said...
shfrance said...

"Archive" means ancient in some peoples eyes. Possible name change?

It's not simply "an archive," it's The Archive. That's its official name. blink

euphoric said...

How about Repository.

Sounds too much like "suppository." I don't like it. getlost

How about simply "User Contributions?" grin

-Greg

How about "Library Library." smile

What about "Code Library."

new topic     » goto parent     » topic index » view message » categorize

9. Re: Question about Euphoria capabilities

euphoric said...
shfrance said...

"Archive" means ancient in some peoples eyes. Possible name change?

How about Repository.

Or "Code Central"?

CChris

new topic     » goto parent     » topic index » view message » categorize

10. Re: Question about Euphoria capabilities

euphoric said...
euphoric said...
ghaberek said...
shfrance said...

"Archive" means ancient in some peoples eyes. Possible name change?

It's not simply "an archive," it's The Archive. That's its official name. blink

euphoric said...

How about Repository.

Sounds too much like "suppository." I don't like it. getlost

How about simply "User Contributions?" grin

-Greg

How about "Library Library." smile

What about "Code Library."

"Crazy Bob's Super Code Emporium"

-Greg

new topic     » goto parent     » topic index » view message » categorize

11. Re: Question about Euphoria capabilities

ghaberek said...
euphoric said...
euphoric said...
ghaberek said...
shfrance said...

"Archive" means ancient in some peoples eyes. Possible name change?

It's not simply "an archive," it's The Archive. That's its official name. blink

euphoric said...

How about Repository.

Sounds too much like "suppository." I don't like it. getlost

How about simply "User Contributions?" grin

-Greg

How about "Library Library." smile

What about "Code Library."

"Crazy Bob's Super Code Emporium"

-Greg

That's it! Make it so

new topic     » goto parent     » topic index » view message » categorize

12. Re: Question about Euphoria capabilities

euphoric said...
ghaberek said...
euphoric said...
euphoric said...
ghaberek said...
shfrance said...

"Archive" means ancient in some peoples eyes. Possible name change?

It's not simply "an archive," it's The Archive. That's its official name. blink

euphoric said...

How about Repository.

Sounds too much like "suppository." I don't like it. getlost

How about simply "User Contributions?" grin

-Greg

How about "Library Library." smile

What about "Code Library."

"Crazy Bob's Super Code Emporium"

-Greg

That's it! Make it so

My original post was

That's it! Make it so!! grin 

Two exclamation points as "comment" is not a smart idea for a text communication forum, is it?!? smile I shouldn't have to preview every time, or should I? grin

new topic     » goto parent     » topic index » view message » categorize

13. Re: Question about Euphoria capabilities

Maybe a other way of thinking is , how it is done in Peu
You have a 'open' statement . Why not use that for opening something like
i=open("connections.name.d",mode)
Where mode = s for server , a for accept , c for client .
After that you do something like printf(i,......) or gets(i) .

That how they write client/server . And implemeted CGI for website's

Gr Menno .

new topic     » goto parent     » topic index » view message » categorize

14. Re: Question about Euphoria capabilities

I've created a monster.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu