문제

I am looking for a recommendation for a good entrance point for building a client-server application.

The target developers will be students in a course (with at least basic knowledge and experience in programing but not necessarily in the client-server world).

Any suggestions will be appreciated.
A suggestion could be a platform (e.g. node.js, google app engine), programming language, framework, enviorment or anything else that you can think of.

Preferably, I am looking for the following:

  • Should work in linux environment.
  • Easy to learn.
  • Widely used (for available examples online...).
  • Open source.
  • Allows to quickly build a prototype.
도움이 되었습니까?

해결책

Eventually I went with Play Framework.
As I needed:

  • It works in a linux environment.
  • Is easy to learn.
  • Has great manual and examples.
  • Is open source.
  • Allows to quickly build a prototype from a template or using a manual
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top