powered by
Create a BaseX-client
NewBasexClient(host = "localhost", port = 1984, user, password)
Host name and port-number
User credentials
BasexClient-instance
This creates a BaseX-client that listens to port 1984 on localhost. Username and password should be changed after the installation of 'BaseX'.
# NOT RUN { # } # NOT RUN { session <- NewBasexClient(user = <username>, password = "<password>") # } # NOT RUN { # }
Run the code above in your browser using DataLab