-
Notifications
You must be signed in to change notification settings - Fork 21
Description
concore editor is developed as a front-end for concore. However, currently, there is no seamless integration between the concore-editor and concore deployment. Currently, these server buttons (Build, Debug, Run, Clear, Stop, Destroy) do not do anything when clicked. Adding a sample URL from a localhost execution of concore FRI will provide a first step towards the integration with concore backend.
To identify and understand the concore APIs, please check the test.py provided as part of concore FRI. Concore FRI (File Receiver Interface) functions as a python interface to expose concore methods as REST APIs.
To test this locally and implement it, one must perform the below steps:
- install concore following the installation guidelines.
- install concore editor., following the README.
- Run concore FRI as the backend following the README.
- Test and confirm that FRI runs successfully through the test.py method as indicated in the README.
Following the above steps, once the concore FRI runs, implement a similar strategy (similar to how test.py functions as a client for FRI) with concore editor in Javascript (React or a similar framework).