REST Server Examples

Are there any sample projects floating out there that would introduce one to creating RESTful web services via Oxygene? I am not seeing documentation on this type of development within Oxygene.

I think you want to use asp.net. Typically you would use asp.net mvc or web api. You also have the option for using regular dotnet or dotnet core.

I like the declarative style of Carter which runs on dotnet core.

I have some examples here

is what you want to look at.

I was doing some research before updating one of my apis and built those examples. They use Fire, I havent tried them in Water. I assume they would build and run in both.

Cheers,
John