I am a newbie in using HTML5 web database. If I create a website using it and host it, different users will have their own different databases as the database is created in the user's local machine.
Is it possible to create a HTML5 web database in the project's directory itself so that every user will access the same database?
Specifically I need to use a programming language like Java