Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisguitton/postit-dashboard
A collaborative postit dashboard using websockets
https://github.com/louisguitton/postit-dashboard
express nodejs socket-io
Last synced: 27 days ago
JSON representation
A collaborative postit dashboard using websockets
- Host: GitHub
- URL: https://github.com/louisguitton/postit-dashboard
- Owner: louisguitton
- Created: 2016-01-25T09:29:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T18:36:11.000Z (about 2 years ago)
- Last Synced: 2024-11-01T22:38:17.215Z (3 months ago)
- Topics: express, nodejs, socket-io
- Language: CSS
- Homepage: https://postit-share.herokuapp.com/
- Size: 822 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Postit Dashboard
> A collaborative postit dashboard using websockets
[![Docker Pulls](https://img.shields.io/docker/pulls/louisguitton/postit-dashboard.svg?maxAge=604800)](https://hub.docker.com/r/louisguitton/postit-dashboard)
This was built during the [Challenge Fulstack JS Hackathon](http://challengefullstackjs.bemyapp.com) at Ecole42 on Jan 23rd, 2016. The winning team was getting 1500€. We did not win 😂. The task was to build a fullstack JS app in 3 hours.
![](postit-dashboard.png)
## Usage
```sh
npm install
node server.js
open http://localhost:8080
```or
```sh
docker build -t postit
docker run -it -p 8080:8080 postit
```or from [Docker Hub](https://hub.docker.com/r/louisguitton/postit-dashboard)
```sh
docker pull louisguitton/postit-dashboard
docker run -it -p 8080:8080 louisguitton/postit-dashboard
```