forked from mohlendo/node_chat
-
Notifications
You must be signed in to change notification settings - Fork 0
simple chat demo for node
License
indygwyn/node_chat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Demo for node.js http://tinyclouds.org/node to run $ /usr/local/bin/node server.js this version has been modified to run with HTTPS, you will need to create an SSL key and certificate $ openssl genrsa -out privatekey.pem 1024 $ openssl req -new -key privatekey.pem -out certrequest.csr $ openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pem
About
simple chat demo for node
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%