Building A backend for Microsoft Teams App

Anonymous
2022-02-13T15:20:21.093+00:00

I want to build a Microsoft Teams App, according to the Microsoft Teams Doc, I can use ReactJs for the frontend and NodeJs for the backend, but I want the frontend (React) to feed of APIs and I want to build these APIs using Laravel Lumen.|
My question is, would it work?
Pls pardon the naivety if any and help me affirm my solution.

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,907 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
    2022-02-14T05:22:12.613+00:00

    @Anonymous - I think, you can develop APIs in any language and and you need to consume or call those API's from your React application.

    Just for your reference:
    https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/meeting-recruitment-app/nodejs/ClientApp/src/components/recruiting-details/services/recruiting-detail.service.ts

    0 comments No comments