-
-
linux-tcp-drop
... "[::1]:34717 [::1]:8080" > /proc/net/tcp_drop
What server/client code receives:
================================
All code which has been ... network error (it's like receiving TCP RESET):
telnet localhost 8080
Trying ::1...
Trying 127.0.0. ...
-
netspec
...
Contrast this with the Echo / Telnet example, which illustrates
how nicely a NetSpec server and NetSpec client can communicate ... .hs localhost 5002
The Blackjack example illustrates
a stateful server,
mostly statless clients,
and uses `JSON` messages.
It ...
-
networking-talk
... in widespread adoption of apache, which resulted in widespread adoption of Linux.
Text-based protocol:
``
$ telnet localhost 80
GET / HTTP/1.0
Host: localhost
HTTP/1.1 200 OK
Server: nginx/1.0.5
Date: Wed, 15 ...
-
node-mongo-tcp-chat
... chat
This is a very quick and simple "proof of concept" chat server written in nodejs, utilizing a MongoDB message storage backend.
It was ... Mongo instance), then run it with "node server.js".
To test it, you can use "telnet ip port" and have a play :-). ...
-
ACM_Nodejs_Phantom_Examples
... chat Server on Socket.io
2.File I/O - Manipulation of Filesystem - Common "fs" Module
3.Templating - "Mustache"/"Mu" ... v0.6.8.msi) and install it following the instruction
##Telnet Client Setup
###Windows
Open the Command Prompt on Windows ...
-
p2p-dht-simple-protocol-implementation
... -s 2112
The communications between each peer is logged in server.p2plog under the /bin folder.
To communicate with each node, ... are the messages that can be sent to any servers using telnet:
ID — Determine the peer in the system that is responsible for ...
-
Nova
... instance, if someone attempts to
log into a honeypot's telnet or FTP service, this can be assumed to be
hostile, ... , is a web interface run with a nodejs web
server.
- To start the web interface, run the command "quasar" ...
-
index
... were used
below.
To run all tests simply type
$ rake test
=== SAMPLES ===
** SERVER (Telnet session) **
step 1
$ ruby bin/server
step 2
$ telnet localhost 23581
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
{"command":" ...
-
improvise
... of thing.
** Client-side RIA framework
A purely server-side stack is rarely enough to build attractive, ... Stunt_Passkey_Programmer=
#+END_EXAMPLE
Once set, using telnet, connect to the running server and type
~connect~ followed by ...
-
Gauntlet
A text adventure with timing.
Gauntlet.js
A text adventure with timing.
Runs on node / telnet.
Example:
start server:
coffee gauntlet-server 8007
- OR -
./run-cluster 8007
connect:
telnet localhost 8007
-