JSId Demo

JSId is an authentication framework for web apps with Java back-end. Read more

Login
user picture

Examples:

Examples below were taken from JRPC demo. In both examples we send AJAX call to the server. But the first example URL is login free, and the second requires login.

Send and receive numbers

+ =



Send and receive strings

In this example we will submit any three words to the server, then get them back and display.

     




You can read more about JSId here. Take code from here. Happy coding!