Skip to content

nodejstr/node-ssl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ssl-examples

Example code for using ssl with node

Installing

npm install

Examples

node server

Runs a basic server that serve at port 9000.

This source code uses express framework.

node socket

This source also serving a basic http server but in additionally using socket.io.

You have kill other server if you started it before, because both of these servers are using port 9000

As you can see as same as previous file. Just added socket.io configurations.

About

Example code for using ssl with node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published