Re: [m-users.] Web App development options
Julien Fischer <[email protected]>
| Newsgroups | gmane.comp.lang.mercury.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Sat, 14 Oct 2023, Matthew Delaney wrote: > Hi, I'm new to Mercury but am interested in using it to replace Prolog > in a project I'm just starting. This project will need a web-interface > and backend DB connectivity. Reading through Mercury's documentation, > it looks like the most straightforward approach would be to use CGI > for the Web App part and the Foreign Language Interface for DB > connectivity. Is that correct or are there other options available? If you're using one of the Java or .NET web frameworks, you can compile your Mercury to a Java or C# library respectively and call it from the framework. Julien. _______________________________________________ users mailing list [email protected] https://lists.mercurylang.org/listinfo/users