How to develop web access and mobile clients for winfrom programs?

I am now doing plug-in development for a winfrom program. I want to realize the relevant functions through web and mobile phone app. What technology is generally needed or how to design it?

< hr >

the current client program is the LAN deployment mode of cs architecture, and the local api can be called to read and write data.

want to know how to design a better expansibility in the future. For example, if you want to dock data for other programs in the future, you"d better directly open the data interface for others to call. What is the common practice at present? There is no web foundation, please try to be as detailed as possible, thank you first.


in most cases, it only manipulates business data without strong immediate requirements.
recommends using WebApi + JSON data transmission based on http protocol.
because most platforms now support http client quite well, and the development and maintenance costs are low.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3611d-2bfff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3611d-2bfff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?