Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 530 Bytes

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.