Skip to content

dx9s/socket.io-fiddle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket.IO Fiddle

$ sh generate.sh # create self-signed keys for server-ssl.js and client-ssl.js
$ npm install
$ npm start # run the server or optionally npm run server
$ npm run client # run the nodejs client
$ npm run serverssl # run the server-ssl
$ npm run clientssl # run the nodejs client-ssl

And point your browser to either http://localhost:3000 or https://localhost:3000 depending on which server is running. Optionally, specify a port by supplying the PORT env variable.

You will have to accept the self-signed warning. Older versions of node are known to have issues. This is a way to test your version of node.

Known versions to work with SSL/TLS: v8.1.3 -- expect newest versions of v6 and v4 to also work (untested)!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • HTML 8.8%
  • Shell 8.1%