Skip to content

dxDennis/nodeStreamServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First node.js - Stream Server

for testing purpose only

simply install node js download repository and run:

node stream_server.js

on Windows machines you can test with telnet (if telnet is not available on your windows computer, simply hit windows button and type telnet click on the suggestion make a check on telnet and hit install. Thats it)

After starting server, open telnet.

  • hit windows + r
  • type: telnet
  • hit enter

on the telnet prompt type:

o 127.0.0.1 3000 *letter "o" not zero

thats it you should see a message from the server.

type quit and telnet is out of connection. Server will still be running!


History

  • Version 1.0.0 - INIT Version
  • Version 1.0.1 - some tiny improvements

About

First Node.Js Stream Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published