Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electrocucaracha/autionboard
Web Dashboard for displaying online auctioneers
https://github.com/electrocucaracha/autionboard
express nodejs pug smoothie socket-io
Last synced: 8 days ago
JSON representation
Web Dashboard for displaying online auctioneers
- Host: GitHub
- URL: https://github.com/electrocucaracha/autionboard
- Owner: electrocucaracha
- Created: 2019-03-04T04:45:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:43:47.000Z (almost 2 years ago)
- Last Synced: 2023-08-17T02:55:50.682Z (about 1 year ago)
- Topics: express, nodejs, pug, smoothie, socket-io
- Language: JavaScript
- Homepage:
- Size: 635 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auction Online Dashboard
This project provides a simple website which monitors the number
of visits in realtime. This Node.js application uses the following
technologies:- [Express][1] as web framework
- [Pug][2] as engine template
- [Smoothie][3] for charting data on realtime
- [Socket.io][4] for bidirectional and event-based communication[1]: http://expressjs.com/
[2]: https://pugjs.org
[3]: http://smoothiecharts.org/
[4]: https://socket.io/