An open API service indexing awesome lists of open source software.

https://github.com/sample-by-jsakamoto/usingprologasruleengineonaspnet


https://github.com/sample-by-jsakamoto/usingprologasruleengineonaspnet

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sample Code - Using Prolog as rule engin on ASP.NET
# サンプルコード - ASP.NET 上で Prolog をルールエンジンとして使う

[![Deploy to Azure](https://azuredeploy.net/deploybutton.svg)](https://azuredeploy.net/) [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Demo / デモ

[https://sample-of-prolog-on-aspnet.apphb.com/](https://sample-of-prolog-on-aspnet.apphb.com/)
[![https://sample-of-prolog-on-aspnet.apphb.com/](.contents/ani00.gif)](https://sample-of-prolog-on-aspnet.apphb.com/)

## Powered by...

- CSS styling by [Materialize](http://materializecss.com/)
- [ASP.NET WebAPI](http://www.asp.net/web-api) + C#
- [AngularJS](https://angularjs.org/)
- and, [**C#Prolog**](https://www.nuget.org/packages/CSProlog/), that is Prolog interpreter writen by C#.