This web application simulates NBA matchDB in real-time and provides scores and statistics for each match.
Follow these steps to install and run the application:
-
Clone the repository:
git clone https://github.com/your_username/nba-scores.git
-
Install Golang:
- Follow instructions from the official Golang website to install Golang on your system.
- Run the application:
-
Run the following command to start the application:
cd nba-scores/backend go run main.go
- Access the application:
- Please use postman in your local computer and use
http://localhost:8080/ws
to open websocket connection.
- View real-time scores and statistics of NBA matchDB.
- No need to refresh the page to get updated scores and statistics.
/ws
: Get updates/
: Get details of sample usage.
/backend
: Backend code written in Golang./frontend
: Frontend code written in HTML and CSS. Maybe added in the future.
- Backend: Golang
- Frontend: HTML, CSS
- Harun Büyüktepe [email protected]
This project is licensed under the MIT License - see the LICENSE file for details.