how to connet two or more programming in django like(java,c#,c++)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 10min
    New Member
    • Mar 2019
    • 1

    how to connet two or more programming in django like(java,c#,c++)

    pls i write a code in java and also in c# and want to put them into my framework(djang o) pls can i do so
    Last edited by 10min; Mar 12 '19, 02:10 AM. Reason: i did not add something
  • Varsha1285
    New Member
    • Feb 2023
    • 16

    #2
    Django is a web framework for Python, so it is designed to work with the Python programming language. While it is possible to use other programming languages alongside Django, it is generally not recommended.

    If you need to connect multiple programming languages together for a web application, a common approach is to use a RESTful API. This allows different parts of the application to communicate with each other over HTTP using standard data formats like JSON.

    Comment

    Working...