Server deals with realtime socket transfers used for the auction rounds. It supplies bid history and bidding functionality.
Report Bug
·
Request Feature
Table of Contents
The project was created to provide realtime functionality for the auction in ACM-VIT's Reverse Coding event in 2020.
The server allows bids to take place on questions and returns success and error responses with a live bid history.
The project runs on Node.js utilizing npm as the package manager.
Make sure you have node.js version 8 or above to run this project.
-
Clone the repository
git clone https://github.com/HelixW/bidding-realtime.git
-
Install NPM packages
npm install
-
Create a
.env
file using the configuration in.env.example
touch .env
-
Start the development server
npm run watch
The server serves a html template at /
for testing which offers full functionality. Use a the template to place bids.
When developing client side code for the server, use the socket.io-client
package for easy configuration.
Distributed under the MIT License. See LICENSE
for more information.
Shreyas K. - Linkedin - Business Email
Project Link - https://github.com/HelixW/bidding-realtime