https://github.com/quanted/cts_nodejs
Handles CTS Frontend web sockets; pushes user data requests' responses to user.
https://github.com/quanted/cts_nodejs
Last synced: 5 months ago
JSON representation
Handles CTS Frontend web sockets; pushes user data requests' responses to user.
- Host: GitHub
- URL: https://github.com/quanted/cts_nodejs
- Owner: quanted
- Created: 2016-10-27T21:55:25.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2024-11-18T01:08:09.000Z (over 1 year ago)
- Last Synced: 2024-11-18T02:19:19.848Z (over 1 year ago)
- Language: JavaScript
- Size: 264 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CTS_NODEJS
A bridge between CTS Frontend and the (django) CTS backend. Passes
users data requests to CTS backend, then pushes data respones
to client via web sockets and redis pub/sub.
# Requirements:
nodejs v0.12.2
npm
# Install:
cd into cts_nodejs directory, then type:
npm install
to download dependencies from package.json
# Deploy:
Run the following command in the cts_nodejs directory:
node node_server.js
# Test:
node node_test.js
Then visit http://localhost:3000 for test page.