Skip to content

dbalakirev/directator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directator - a websocketd demo

websocketd is a command-line tool that will expose your CLI apps via a WebSocket.

This demonstration creates a minimalistic file browser web application, that dynamically updates according to changes in your file system.

Prerequisits

Fetch the websocketd binary according to it's documentation.

Usage

./websocketd --port=8080 --staticdir=. ./directator.sh $(pwd)

This will list files (and folders) in your current working directory.

Access the application at 'http://localhost:8080/directator.html'.

About

A websocketd file listing demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published