Skip to content

A Web Socket server for local use written in JavaScript, using node.js.

Notifications You must be signed in to change notification settings

makoto/websocket-server-node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Socket server-node.js

A Web Socket server for local use written in JavaScript, using node.js.


1. Get node.js from nodejs.org
2. node server.js
3. Open echo-client.html in a browser that supports the Web Socket protocol


TSL is not supported.

The resources included by default allows the client to do anything that a user
can do from the command line. You would either have to remove resources or
write authentication/authorization code, and remove the remoteAddress-check
to make it usable for other remote addresses. 

About

A Web Socket server for local use written in JavaScript, using node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published