Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aseyed/ciphersocket
https://github.com/aseyed/ciphersocket
authentication client-server nodejs socket-io socket-programming
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aseyed/ciphersocket
- Owner: Aseyed
- Created: 2018-01-18T10:19:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T09:14:44.000Z (over 2 years ago)
- Last Synced: 2024-12-15T08:14:10.831Z (about 2 months ago)
- Topics: authentication, client-server, nodejs, socket-io, socket-programming
- Language: JavaScript
- Size: 317 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cipherSocket
===================## To run:
* be sure you have Nodejs v 6.2.10 or newer.
* Do the folowing steps:> cd cipherSocket-erver && npm i && node app.js
> cd cipherSocket-client && npm i && node app.js
> Open the browser and go to `localhot:3000`* Enjoy :)