Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 348 Bytes

File metadata and controls

6 lines (4 loc) · 348 Bytes

Simple mutex app built with Sinatra

This is a multi tenant able mutex app built with Sinatra.

It has been built to ensure only one user is running an application at the same time. Please notice that the application does not have any features to ensure this. It depends on the good will of all participants.