https://github.com/algorithm-visualizer/server
:package:Server for Algorithm Visualizer
https://github.com/algorithm-visualizer/server
Last synced: 3 months ago
JSON representation
:package:Server for Algorithm Visualizer
- Host: GitHub
- URL: https://github.com/algorithm-visualizer/server
- Owner: algorithm-visualizer
- Created: 2019-06-07T06:28:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T21:27:23.000Z (over 2 years ago)
- Last Synced: 2025-04-10T03:55:20.677Z (3 months ago)
- Language: TypeScript
- Homepage: https://algorithm-visualizer.org/
- Size: 434 KB
- Stars: 94
- Watchers: 7
- Forks: 176
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Server
> This repository is part of the project [Algorithm Visualizer](https://github.com/algorithm-visualizer).
`server` serves [`algorithm-visualizer`](https://github.com/algorithm-visualizer/algorithm-visualizer) and provides APIs that the web app needs on the fly. (e.g., GitHub sign in, compiling/running code, etc.)
## Contributing
Check out the [contributing guidelines](https://github.com/algorithm-visualizer/server/blob/master/CONTRIBUTING.md).