Skip to content

A simple service framework for Java backend and Typescript based clients

License

Notifications You must be signed in to change notification settings

trupublic/appops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

AppOps

A simple services framework to make Java services development and integration from TypeScript clients super easy.

It allows you to

implement your web services as normal Java interface / class combination

auto generate matching typescript interfaces that are directly usable on client without any custom plumbing need

pass and retreive your json objects to and from your services.

Contributions are welcome. Please write an email or create an issue to get in touch.

Check out the Wiki to get started.