Information system
I want to use php for building an "Information system". The system will consist of
- Main office
- Branch office
The Branch office will connect to Main office开发者_运维技巧 through a private circuit.
I want to build an information system for communication between the offices. This is a system for communication between banks for client operation with a terminal (get, count, etc)
I don't know whether to use a thin or thick client. For a thin client I should use PHP or ASP.NET. What do you think? What technologies are best for this purpose?
I'd go with PHP/Ajax and good database design.
Sure, this depends on the tools you or your company is using on day-to-day basis and the software/technologies you already own.
精彩评论