When comparing Eclipse Che vs SourceLair, the Slant community recommends SourceLair for most people. In the question“What are the best cloud IDEs?” SourceLair is ranked 5th while Eclipse Che is ranked 8th. The most important reason people chose SourceLair is:
SourceLair provides a minimal Django stack which can be used to host projects and see development results right away. Plus, there's a public link that can be used to share with colleagues or team.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro SSH + terminal
Built-in terminal with root access so you can make changes to your running machines. Being able to SSH into the workspace so you can use a desktop IDE is handy.
Pro Custom commands
You can package up custom commands with your workspace and then use them (or share them) with everyone else.
Pro Docker runtimes
You can choose from pre-configured environments for Java, Javascript, C++, PHP, C#, etc., or you can define your own by dropping in a Dockerfile - makes it easy for simple and complex projects.
Pro GIT and SVN VCS support
Projects can be easily imported from any Git or Svn repository hosting service.
Pro Reproducible environment
Pro Portable workspaces
The workspace in Che includes project sources, IDE and the runtime. So if you hand your Che workspace definition to another user and they execute it they will get everything they need to build, run and debug the project.
Also the runtime is in a Docker container so it will work even if the second user is on a different OS than the original user who shared their workspace with them.
Pro Previews
Che does a nice job to automatically map the service:port running in the Docker container (e.g. tomcat on 8080) to the Docker port it actually uses (something in the ephemeral range). You never need to figure that out - it's just made available when you run your server.
Pro Merge tool for VCS
Pro Open-source
Pro Django stack, out of the box
SourceLair provides a minimal Django stack which can be used to host projects and see development results right away. Plus, there's a public link that can be used to share with colleagues or team.
Pro Simple and efficient interface
SourceLair features a very efficient interface, containing only the tools needed, thus providing focus on what's important - code.
Pro GitHub integration
SourceLair lets you log in and sign up with your GitHub account. This enables you to clone your GitHub repos with a single click and start working immediately on them.
Pro Git & Mercurial support
Every software project on sourceLair is backed up by the Source Control Manager of your choice; Git or Mercurial. Clone repos, commit, pull and push changes and work with branches on the cloud without having to install and configure anything or worry about compatibility between your Source Control Manager and the system of your choice.
Pro PHP real-time preview
You can split you editor and watch the result of your code in real time.
Cons
Con Slow runtime
Online IDE is much slower than desktop one.
Con Expensive
SourceLair offers a free plan that allows you one private project. However if you want more projects, the Pro plan is fairly expensive at $8/month ($96/year).