B4J Question URL Routing

mpearson

Member
Licensed User
Longtime User
Hello,
I currently have a functioning web app using python bottle as a python web server on a beaglebone black. This allows me to route different url hits to different functions.

It works fine but I'd like to accomplish this with b4j and wondering if there are any examples. I looked through the forums but didn't find anything.

Many thanks,
Mike
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
You want to make different urls for different functions ?
like myserver.com/displaymessage that display some a message to the user
myserver.com/displayuserip that show user ip
?
 
Upvote 0
Top