Skip to content

Lightwave python rpc / html server. For rpcs it uses a simple custom class and binds its functions with an http request.

Notifications You must be signed in to change notification settings

kecho/KetchLiteServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Lite Python RPC server:
- Only pass a python class and rpc server will bind its functions
- Use the rpc virutal folder to access these calls.
For example, having the python class:

class Test:
   def f(a,b):
      return a + b

This function will be able to be accessed via http://localhost:8080/rpc/f?a=1&b=2 with a response in JSON

important: requires python2.7 or greater
questions, concerns, suggestions: kecho_garcia@hotmail.com

About

Lightwave python rpc / html server. For rpcs it uses a simple custom class and binds its functions with an http request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages