EmberData/EmberModel with ASP.NET WebApi

I’m not sure how many people here are using Ember with .NET (I imagine it’s very few), however one of the things I’ve been working on recently is a MediaTypeFormatter which will help with integrating with EmberData/EmberModel without having to move too far away from the conventions of either framwork.

I’ve named it Emvelope: https://github.com/jonnii/emvelope

Right now it only supports the most basic use cases, but one day it might sport similar functionality to something like active model serializers.

Any feedback would be greatly appreciated.

2 Likes