[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
socket programing in elisp
From: |
Alexandre Russel |
Subject: |
socket programing in elisp |
Date: |
29 Aug 2004 13:58:10 +0900 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
I am trying to create a server in elisp. I had a look at M-x
apropos .*socket.* and .*network.* but all the functions seems to
be for client to connect to a server not for a server to create a
socket and wait for connection.
I found a what I want for common lisp open-server-socket
(http://cl-cookbook.sourceforge.net/sockets.html)
and would like to find the equivalent function for elisp(or a
package that have that function).
Any help welcome,
Cheers,
Alex
- socket programing in elisp,
Alexandre Russel <=