All Projects → stevehobbsdev → docker-dashboard-example

stevehobbsdev / docker-dashboard-example

Licence: other
Code repository for the Docker Dashboard Auth0 article

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to docker-dashboard-example

Example .io Game
An example multiplayer (.io) web game.
Stars: ✭ 260 (+712.5%)
Mutual labels:  socket-io, example-project
bot-dialogflow
A BotUI web app connected to DialogFlow
Stars: ✭ 47 (+46.88%)
Mutual labels:  socket-io
laravel-chunk-upload-example
Example project for laravel-chunk-upload
Stars: ✭ 53 (+65.63%)
Mutual labels:  example-project
connect4
Connect 4️⃣Game
Stars: ✭ 1 (-96.87%)
Mutual labels:  socket-io
nodebb-theme-oxide
Theme based on Github for NodeBB.
Stars: ✭ 23 (-28.12%)
Mutual labels:  socket-io
play-scala-seed.g8
Play Scala Seed Template: run "sbt new playframework/play-scala-seed.g8"
Stars: ✭ 66 (+106.25%)
Mutual labels:  example-project
uno-multiplayer
uno multiplayer web app game based on socket io and nodejs
Stars: ✭ 27 (-15.62%)
Mutual labels:  socket-io
rodauth hanami
Example app for integrate rodauth server to hanami app
Stars: ✭ 16 (-50%)
Mutual labels:  example-project
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (+37.5%)
Mutual labels:  example-project
supabase flutter
Using Supabase in Flutter
Stars: ✭ 38 (+18.75%)
Mutual labels:  example-project
turven
turven lets people on your website see how many other people are also reading the same page 👀
Stars: ✭ 39 (+21.88%)
Mutual labels:  socket-io
live-graph
Simple live graph with Flask and SocketIO
Stars: ✭ 17 (-46.87%)
Mutual labels:  socket-io
gobang
五子棋小游戏canvas socket.io
Stars: ✭ 38 (+18.75%)
Mutual labels:  socket-io
react-chat-client
A simple chat client built in React for communicating with the node-multi-server-chat example
Stars: ✭ 24 (-25%)
Mutual labels:  socket-io
socketio-proxy-boilerplate
An example of using http-proxy to proxy WebSocket requests to a separate server
Stars: ✭ 14 (-56.25%)
Mutual labels:  socket-io
electron-application
Example implementation of electronjs.
Stars: ✭ 11 (-65.62%)
Mutual labels:  example-project
spotify-connect-ws
A Socket.IO plugin for interfacing with Spotify's Connect API using WebSockets.
Stars: ✭ 61 (+90.63%)
Mutual labels:  socket-io
tensorflow-stack-ts
TensorFlow.js Full-Stack Starter Kit
Stars: ✭ 33 (+3.13%)
Mutual labels:  example-project
react-gojs-example
Example to show how to use gojs in a React/Redux environment
Stars: ✭ 33 (+3.13%)
Mutual labels:  example-project
blocker
🎮 (WIP - phase 3) Multiplayer online game using Phaser + WebSocket (Socket.IO)
Stars: ✭ 48 (+50%)
Mutual labels:  socket-io

Docker Dashboard Example

This is the code repository for the "Create a Docker dashboard with Typescript, React and Socket.io" article on Auth0.

Prerequisites

Node 6.x

Webpack 2

npm install -g webpack

Typescript 2.x

npm install -g typescript

Clone the project, then run:

npm install
npm link typescript

The sample interacts with Docker, so having the native Docker tools for your OS is required for the sample to be of any use. If you're looking for an image to play around with for the sample, feel free to use elkdanger/express-app:

docker pull elkdanger/express-app

Running the sample

npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].